Learn how to display your most commented posts in WordPress using a graphical badge. Here's the CSS code...
#mostcommented {
display: block;
background-image: url('images/YourImage.jpg');
background-repeat: no-repeat;
width: 422px;
height: 409px;
padding-left: 40px;
padding-top: 76px;
}
#mostcommented ul {
margin: auto;
}
#mostcommented ul li {
list-style-type: none;
}
#mostcommented ul li a {
color: #000000;
}
#mostcommented ul li a:hover {
color: #000000;
text-decoration: none;
}
What a tip Lisa, really thank you!! In fact, in the video you use the 1.6 Most Commented, on WP with automatic search, it will be Most Commented Widget 2.2
Thankss!!!
incanorama 5 months ago
Hoping that you will see this comment Lisa!
Want to ask you if you're using the plugin you mention in this video (Most Commented, by Nick Momrik) because I saw searching in WP plugins that it was updated last time almost one year ago for the 2.2 vversion of the widget?
Thanks for your answer& for helpinh newbies with CSS using creative stuff...
incanorama 5 months ago
Good video!
gr8fulbishop 2 years ago
It's uncanny how I was just thinking over the last day or two how to create links on my wordpress blog for my best posts. Though I was thinking of wading through the code and how I would best go about doing it. I think I might see if this method suits me just as well. Thanx for sharing this tip Lis you have without doubt save me quite a bit of time!
blufoxmarketing 2 years ago 2