how can i add automaticly numbers before titles like
Popular posts
1. title x
2. post title xy
3. post title xyz
thanks for sharing ideas
http://wordpress.org/extend/plugins/wordpress-popular-posts/
how can i add automaticly numbers before titles like
Popular posts
1. title x
2. post title xy
3. post title xyz
thanks for sharing ideas
http://wordpress.org/extend/plugins/wordpress-popular-posts/
Hi there,
By default, the output is contained in an Unordered List (UL) but you can change that by enabling the Custom HTML Markup option and replace the UL tag with an OL tag (ordered list) so it can be listed numerically.
thank you. i foud another solution, css:
.popular-posts, .popular-posts ul li, popular-posts ol li { list-style-type:decimal; margin-left:20px; display:list-item!important;}
thank you hector
You must log in to post.