Archive for the 'Wordpress' category

WordPress : Display category list with custom styling.

Aug 25 2011 Published by admin under Wordpress

Query : how to list the categories with custom style and tags, for example I want to display the categories as below:

<li><a href=""><span>category</span></a></li>

The requirement here is to wrap the category with a span tag.
Continue Reading »

No responses yet

WordPress – show posts from multiple categories

Jun 25 2011 Published by admin under Wordpress

There was a requirement where all the posts from all the categories had to be displayed on archive page for certain category. For example if I create a category A and add some posts to it. I also create more categories B,C and D and add posts to them as well. Now if I check archive for A then it should display all the posts added including A,B,C and D and if I check posts for categories B,C and D then it should work as normal, displaying posts for their respective categories. Continue Reading »

2 responses so far

WordPress get image src

Nov 16 2010 Published by admin under Wordpress

While creating wordpress blog i was in a situation to find the src of an image element. I googled for it and found these three solutions. All of them did work for me.
Continue Reading »

One response so far