To use Google-hosted JavaScript libraries Just add this code to your functions.php file if( !is_admin()){ wp_deregister_script(’jquery’); wp_register_script(’jquery’, (”http://ajax.googleapis.com/ajax/libs/jquery/1.3.2/jquery.min.js”), false, ‘1.3.2?); wp_enqueue_script(’jquery’); } Now call your JavaScript file, after the wp_head function in header.php file. Here yourscrip=name of your javascript file....
READ MORE »Login to wp-admin. Go to your WordPress theme editor under Appearance menu. You will see the list of theme files at the right side. Click Single Post. The source code of that file will be shown in the screen. Find...
READ MORE »1.Download Exclude Pages plugin from http://wordpress.org/extend/plugins/exclude-pages/. 2.upload this plugin to www.yoursite.com\wp-content\plugins\ folder. 3.Login to wp-admin.In your admin dashboard click plugins and activate the exclude pages plugin. 4.Then choose the page which you want to exclude. 5.Uncheck Include this page in...
READ MORE »The default WordPress URL Structure is not the most Search Engine Friendly.When you have a SEO friendly structure, you are increasing your chances of ranking higher in search engines such as Google and others. We recommend the below URL Structure...
READ MORE »This quick tutorial will help you add a favicon to your WordPress blog or any other web site. A favicon is a small 16 x 16 pixels square and the file name should be favicon.ico. There are so many online...
READ MORE »1.Log into your cpanel hosting account . 2.click the fantastico icon. 3.In the fantastico home click on the wordpress under blogs section. 4.Now you will see the wordpress page and installation options. 5.First is installation location.under this you see a).Install...
READ MORE »1.Download latest version of Xampp Self-extracting RAR archive(EXE) for windows from apachefriends.org site. 2.Start the exe and install it in your root c drive.(for more info please visit apachefriends.org) 3.After that run XAMPP control panel application from your desktop. 4.Start...
READ MORE »