Get Your $365K Blog Traffic Formula & Attract Red-Hot Visitors To Your Blog - Without AdWords.
Powered by MaxBlogPress  
Home » Archive

Articles in the Wordpress Category

Wordpress »

[5 Apr 2009 | One Comment | 1,615 views]
What is a gravatar?

Gravatar stands for “Globally Recognized Avatar” where an avatar can be a picture of yourself or a cartoon/logo/image which represents you or your business as shown on the left. By now, you would have noticed pictures or cartoons alongside blog comments. These are the avatars of blog visitors who maker their comments on gravatar enabled blogs
How does it work?
For avatars to appear beside a visitor’s comments, the WordPress blog must have a Gravatar plugin installed or are gravatar enabled.
If you want to place your own avatar alongside your comments in …

Wordpress »

[1 Apr 2009 | 2 Comments | 3,213 views]
Exclude Pages From Sidebar Navigation Menu

When you have enabled your sidebar widget to include pages, the page titles of any pages that you have created will be automatically listed as a link on the sidebar.
There are times, however, that you may not want your pages to be listed as such. In this case, it is very simple to exclude such pages by following the procedures:
1. Logon to your WordPress admin screen
2. Get the IDs of the pages to be excluded. Click here to see how it is done.
3.  On your WP Dashboard, click the Appearance/Widgets
4. …

Wordpress »

[29 Mar 2009 | No Comment | 4,657 views]
Hide WordPress Pages from Header Navigation Menu

Knowing how to hide wordpress pages from the header horizontal navigation menu is useful especially when you:
1. have a number of pages and do not want to clutter the navigation menu with your page titles.
2. want to create a special page for the purpose of linking from your  posts or other pages.
Below is a way to hide unwanted page links from your navigation menu:
1. Go to your WordPress Editor (Appearance section) and open the header.php file and look for the following codes:
<?php $children = wp_list_pages(’sort_column=menu_order&depth=1&title_li=’);?>
2. Add the following codes (in …