Arun from BeFolks has asked me a question.
The question was “How to include categories on the Nav Bar”?
I thought if i blog the solution, It can also help other readers of this blog.
If you look at the Header section of this blog, you will see the Nav Bar. It includes pages and also some categories.
![]()
You can see from the above, that i have included following 5 categories along with the some pages:
Now, the question is how do you do this? It is pretty simple. You need to have some knowledge in Wordpress and you should find out in which theme file your Nav Bar code is residing.



Subscribe
How to add Comment Link in Single Post – Wordpress
Thursday, January 15th, 2009Have you noticed Home Page of this blog? On the right of each Post Title you will see a balloon image which shows number of comments for the post. This is a hyper link, if clicked will take you to the comments section of the post.
Check right top of the image
Most of the themes comes with this feature. My theme also has these feature.
Now, I wanted to display the same type of Comments Link in Single Post.
This is what I did, I opened
index.phptheme file. Found the following code and copied it.<div class="comm"><span>< ?php comments_popup_link('0', '1', '% '); ?></span></div>Then, I opened
single.phpand pasted the code just above the title and saved the file.I then opened the post in the browser to see the whether the comment link is appearing in the Single post or not.
(more…)
15.01.2009 How-To, Webmasters, Wordpress 28 Comments