Jquery is one of the topmost javascript libraries now using with wordpress. Jquery is having a huge number of plugins which will make our blog amazing look and feel.
For using Jquery with Wordpress we don’t need to include it in our theme folder.
We can use the following code for adding the jquery support to the [...]
Using JQuery with Wordpress
February 10th, 2010 Posted in Blogging Google is not indexing new Wordpress posts Solved the Issue
October 27th, 2009 Posted in Blogging I had an issue with my wordpress blog with the google indexing after posted an article . When I first started my blog my posts where getting index within minutes. But last week none of my posts ware getting indexed.
I looked at my google webmaster tools and at the starting of the month I had [...]
Add lightbox to Wordpress blogs without using a plugin
October 27th, 2009 Posted in Web 2.0 There are a lot of plugins available for adding lightbox support to wordpress blogs. But I am trying to add the lightbox script directly to my blog here. I have followed the below steps to add the plugin to my wordpress blog
Step 1 : Download jquery lightbox plugin
Step 2 : Copy jquery.lightbox-0.x.js, jquery.js, jquery.lightbox-0.x.css from [...]
Add functions.php to Wordpress Themes
October 21st, 2009 Posted in Open Source, Web 2.0 We can use a functions.php file inside the wordpress theme like a plugin and gets automatically loaded during WordPress initialization. We can just create a file named functions.php inside the theme folder and can copy all the common functions inside the file.
It will act as a plugin and will load automatically that is we [...]
