Display Your Most Commented Posts in WordPress on a Badge
June 19th, 2009 by admin
->
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; }…
Written by - Visit WebsitePosted in Wordpress Tutorial Videos
June 19th, 2009 at 6:21 pm
Good video!
June 19th, 2009 at 6:21 pm
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!