Hello,
I am using wp-3.5 and Twanty-Twelve theme. I,m using a plugin to show Recently Popular posts on my new website. They are showing as plain list, but i want to show them in Unordered List. Any help????
Website: http://www.satpan.org
Hello,
I am using wp-3.5 and Twanty-Twelve theme. I,m using a plugin to show Recently Popular posts on my new website. They are showing as plain list, but i want to show them in Unordered List. Any help????
Website: http://www.satpan.org
Sorry, can you explain what you mean "Unordered List"? In web-terms, that means a "<ul>" element, which it actually is in.
Yup!!! I don't know where to insert ul to change my list style. Its just plane, no list style after i installed it on my blog.
So, you don't need to add a <ul> element to it, it already is in a <ul> element. You can style it accordingly.
No Friend,
Just visit my Blog satpan.org
I just installed Recently Popular plugin and want to make it to display posts in list. Which code should I modify to show posts in a list style.
Is this the code you're referring to?
<ul>
<li><a href="http://www.satpan.org/2013/01/how-to-remove-top-navigation-bar-from-blogger-or-blogspot/">How to Remove Top Navigation bar from Blogger or Blogspot ???</a><br></li>
<li><a href="http://www.satpan.org/2013/01/how-to-restore-or-backup-your-theme-on-blogger-or-blogspot/">How to Restore or Backup your Theme on Blogger or Blogspot???</a><br></li>
<li><a href="http://www.satpan.org/2013/01/what-is-difference-between-widgets-and-gadgets/">What is Difference Between Widgets and Gadgets???</a><br></li>
<li><a href="http://www.satpan.org/2013/01/how-to-change-width-of-your-blog-content-area-and-widget-area/">How to Change width of your Blog, Content Area and Widget Area in Blogger or Blogspot???</a><br></li>
<li><a href="http://www.satpan.org/2013/01/how-to-change-theme-of-your-blog-in-blogger-or-blogspot/">How to Change Theme of your Blog in Blogger or Blogspot</a><br></li>
</ul>I'm familiar with HTML and CSS, but not PHP. I want to edit this widget Recently Popular on right side of page to show posts in list (unordered list). But I don't know how to do it.
This is code of this Widget:-
[Large excerpt of code moderated - please use PasteBin to hold your code and link us those PasteBin'd pages instead]
Sorry, I don't understand what you're trying to do. I'll leave for someone else to help.
Thanks for trying to help.......
This is how posts are looking now:
Post-1
Post-2
Post-3
What I want
An other plugin or widget to do this???
There's some CSS you can add for this;
list-style-type: square;
Let me try it other way.
Can we edit Plugins or Widget???How???
Yeah, download this plugin called Jetpack
http://wordpress.org/extend/plugins/jetpack/
Then use its Custom CSS section
http://jetpack.me/support/custom-css/
To hold this code;
.widget-area .widget li {
list-style-type: square;
}Thanks I will try it.
You must log in to post.