05
Sep
2011

How to create WordPress shortcode for Adsense

Posted in: WordPress Tips and Tricks Tagged Under: , , No Comments
 

There are few very good WordPress plugins for managing Google Adsense ads on your WordPress site. You can use any good WordPress plugin for automatically insetting Google Adsense code Or any other ads code in your WordPress site.

04
Sep
2011

How to change WordPress Login Logo

Posted in: WordPress Tips and Tricks Tagged Under: , No Comments
 

One thing WordPress still lacks is theme integrated Login / registration page. WordPress also by default uses WordPress logo on Login / registration page.

10
Jul
2011

How to add Facebook Share button in WordPress

Posted in: WordPress Tips and Tricks Tagged Under: No Comments
 

There are lots of WordPress plugins using which you can add Facebook Share button in your WordPress blog / site. But you can do same without using any plugin.

10
Jul
2011

How to add Facebook send button in WordPress

Posted in: WordPress Tips and Tricks Tagged Under: No Comments
 

There are lots of WordPress plugins using which you can add Facebook Send button in your WordPress blog / site. But you can do same without using any plugin.

10
Jul
2011

How to add Facebook like button in WordPress

Posted in: WordPress Tips and Tricks Tagged Under: , No Comments
 

There are lots of WordPress plugins using which you can add Facebook like button in your WordPress blog / site. But you can do same without using any plugin. We should avoid using many WordPress plugins.

06
Jul
2011

Solution – Error 400 after WordPress site moved to new server

Posted in: WordPress Tips and Tricks Tagged Under: , , No Comments
 

WordPress site shows “Error 400 page not found” error message after you moved your site to new server. Homepage may be appearing perfectly, but category pages, single post pages etc will give you Error 400.

15
Jun
2011

How to display category description in category menu bar

Posted in: WordPress Tips and Tricks Tagged Under: , No Comments
 

You may have noticed in some WordPress themes that category menu bar also display category description text. By default wp_list_categories function will display only category links. In this tutorial I will show you how to build a category menu with [..]

10
Apr
2011

How to disable Visual Editor in WordPress

Posted in: WordPress Tips and Tricks No Comments
 

Many bloggers like me prefer using HTML editor. Visual editor per user can be disabled from wordpress admin panel. But if you want to completely disable visual editor, simply add below code in functions.php file of your theme. <?php add_filter(‘user_can_richedit’ [..]

10
Apr
2011

How to add Favicon in WordPress

Posted in: WordPress Tips and Tricks Tagged Under: No Comments
 

A favicon is a small 16×16 px image that is shown inside the browser’s location bar and bookmark menu when your website is called. Here is how you can add a favicon icon for your WordPress site.

09
Apr
2011

How to remove WordPress admin menu bar

Posted in: WordPress Tips and Tricks 1 Comment
 

Since version 3.0 WordPress has introduced a quick admin menu bar. If you do not like this quick admin menu, here is how you can disable / remove it. Simply add below code in function.php file of the theme.