Category: Wordpress
-
How to show adsense on specific posts/pages in WordPress?
Very often, you might want show or not show adsense in specific posts or pages. Infact you dont even need to search for wordpress plugins to accomplish the job. The easy way is hack directly into wordpress code. You can open your current wordpress theme and make changes to single.php, category.php accordingly where you want…
-
25 Beautiful looking WordPress News/Magazine themes from Themeforest
i am great fan of themeforest and especially news and magazine themes for wordpress blogs. Honestly there are tonnes of wordpress themes out there and eventually for anyone it takes valuable hours to carefully go through hundreds of themes to pick a handful of your favorite premium themes before placing an order. I have listed…
-
How to insert HTML/BBcode tags to WordPress Comments Form
I have seen many people asking me how to integrate a simple javascript based editor to wordpress comments form to markup html or bbcode tags. Here is how you do it and its simple. I will be working on the prototype of this free markup editor and i will be tweaking a bit to make…
-
Adding border to images in WordPress post!
I have seen many blogs showing nice glossy borders around the images and i liked them. The problem is i have blog with over 300 posts and i want to add border to image automatically and i didnt know how to do it. It seems to be the simplest of the problem and couldnt crack…
-
5+ Best Review & Ratings Plugins for WordPress
I have been searching for good wordpress ratings plugins so that i can use it in some of my review blogs. of all i really liked gd star ratings and of course it is free. Below you will find some of the plugins which i believe will come in handy for your wordpress projects. Some…
-
10+ Most Innovative and Unique WordPress Themes
I have been so much fan of innovatively designed wordpress themes and over the years i have seen so many themes and never caught my eyes. The themes i have listed below are some the unique and well designed wordpress themes which can be deployed over various websites and blogs using wordpress. I am sure…
-
Top Page Navigation Plugins for WordPress
i have seem many wordpress pagination plugins and hardly a few i liked it. i searched everywhere on the web for wordpress plugins with attractive page navigation and i was able to find only a few. Anyways i am posting below, so that it would be useful for wordpress developers. 1. WP- Paginate http://wordpress.org/extend/plugins/wp-paginate/ 2.…
-
How to get image attachment ID in WordPress?
For many reasons to run a gallery or a slideshow you will need to know attachment ID of the photo or image you uploaded. It is very easy to find out attachment id. Just click on picture > gallery > click on the show > then place your mouse above the image, you will see…
-
20+ Beautiful Photo Slideshow Plugins for WordPress
I have been long time a fan of photo slideshows rather using photo gallery because it conserves so much space. It has really given me a lot of goose chase in search of some of the best available wordpress plugins to perform a photo slideshow in my blog. I decided to compile and document these…
-
How to output parent and child categories in WordPress
If you have a category tree in your site and often you might be needing to output both child and parents in your category page template (ex: category.php or archive.php). It can be tweaked to work like as breadcrumbs. I will show you a very easy way on how to output child and parent categories…