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 »
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 »
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 »
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 »