Subscribe in a reader - Subscribe via Email - 1913 Subscribers and Counting!!!

World of information, opinions, cricket and technology.

How to Add Wordpress pages to Nav Bar

Monday, January 19th, 2009

Few days back, I shared a wordpress trick on How to Add categories to Nav Bar. Today, i wan to share one more Wordpress Trick.

If you look at the Header section of this blog, you will see the Nav Bar. It includes pages and also some categories.

Categories in Nav Bar

You can see from the above, that i have included following 3 pages along with the some categories. Also notice that they are not one after the other in serial order:

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.

Instructions to Add Pages to Nav Bar

(more…)

How to add Comment Link in Single Post – Wordpress

Thursday, January 15th, 2009

Have 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

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.php theme file. Found the following code and copied it.

 <div class="comm"><span>< ?php comments_popup_link('0', '1', '% '); ?></span></div> 

Then, I opened single.php and 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…)

How to Add categories to Nav Bar

Wednesday, January 14th, 2009

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.

Categories in Nav Bar

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.

Instructions to Add Categories to Nav Bar

(more…)

Learn CSS by reading this Book. Download It Free!

Tuesday, November 25th, 2008

I know lot of guys out here who have a website or blog has to know a bit of about CSS (Cascading Style Sheets) to make changes to the themes and website to design it in a better way.

Here is some some offline resource to learn CSS (Cascading Style Sheets).

Learn CSS!

Learn CSS!

The Art & Science of CSS is a good CSS book (read reviews at Amazon) packed full of practical examples.

I think this book will help you a lot in learning more about CSS techniques like making rounded corners, creating navigation tabs, styling web forms and list, designing web page backgrounds with images and so on.

Here is a direct link to download the eBook. It’s about 24 MB in size.

Via Labnol

Technorati Tags: , , ,

Yahoo’s Digg alike called – Yahoo Buzz

Thursday, August 21st, 2008

Add Yahoo Buzz button on your blogYahoo Buzz service by Yahoo is now open to public. It is similar to Digg. If you find a post which is interesting and want to share then just submit it. Anybody who likes it will Buzz on that post.

If you have a Yahoo account then you can start using Yahoo Buzz service.

Here is how to add Yahoo Buzz button on blog easily so that your readers can start submitting your posts on Yahoo Buzz:
(more…)