A common usage of WordPress plugins is to add “JavaScript code or CSS files , CSS scripts in the head section of every WordPress page or post. In same way you can add Google Analytics codeĀ in WordPress. You can add JavaScript code in WP directly in header.php file or using a plugin. Both discussed… Continue reading How to add Google Analytics JavaScript Code to WordPress
Category: Wordpress Tutorials
The Wordpress free tutorials by Mr B Choudhury.
Add custom menu, Add theme locations & register new menu
Wordpress developers guide to add custom menu in a new wordpress theme. Adding theme locations, menu locations, register new menu, menu locations and integrate menu in templates using register_nav_menu & wp_nav_menu functions.
Password protecting WordPress Page / Post in which you need to enter password every time
Special type of password protection of Wordpress Pages or Posts in which you need to enter password every time. Normally you need to enter password only once.
No plugin required- remove the pending spam comments in wordpress
Are you in trouble by 1000s of spam comments of WordPress? Everyday you are getting hundreds of spam comments and you are deleting them via WordPress dashboard -> comments link manually?
How to create wordpress plugins: tutorials
WP Plugin Creation – Create a Custom WordPress Plugin From Scratch. Create feedback form plugins. Create plugins that access databases and wordpress admin section.
WordPress Plugin installation in Ubuntu asking for FTP connection info
Probably this problem don’t arise in Windows system, but arises in Linux, and I have faced this problem in Ubuntu 12.04.4 LTS. I tried to install demo-data-creator.zip plugin located in my Home folder. I opened the WordPress Dashboard in browser. Gone to- Admin section -> Plugins -> Add New -> Upload, then click CHOOSE FILE… Continue reading WordPress Plugin installation in Ubuntu asking for FTP connection info
WebRoot access permission, Cannot write in /www/var/html
To install WordPress, to update WP themes in ubuntu, to install or update plugins (WP), to install new WP themes in the WEBROOT of local web servers like Apache, you may have faced the following type of access problems & permission errors.