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.
One thing WordPress still lacks is theme integrated Login / registration page. WordPress also by default uses WordPress logo on Login / registration page.
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.
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.
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.
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.
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 [..]
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’ [..]
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.
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.