August 16th in General by pbu .
I have heard so much about macbook over these years and couldn’t afford to buy one all these years. Being a windows user over all these years, i couldn’t believe that i am a macbook owner today. The very first thing i observed in white notebook is the unique smell …
August 13th in vBulletin by pbu .
vBulletin is one of most popular forum software used over by many websites running discussion forums. Many forums owners feel the need for nice professional and stylish vbulletin skins to customize their sites. Being a forum owner myself, i have been searching all around for some of the best premium …
August 11th in Wordpress by pbu .
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 …
August 10th in Wordpress by pbu .
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 …
August 10th in Wordpress by pbu .
I have always considered using breadcrumbs in my website and never left a site without breadcrumbs, because its just not sought for navigation, but for SEO as well. Having breadcrumbs always helps search engines to crawl inner pages of your blog, especially category and single post pages. Keep in mind …
August 9th in Wordpress by pbu .
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. …
August 6th in Wordpress by pbu .
If you have sub folder in wordress or perhaps you want to restrict permalinks (rewrite rules) to the wp-admin folder.
It is very easy, all you have to do is create a .htaccess file with RewriteEngine off
RewriteEngine off
If you are using gallery to upload photos, you may want to find the …
August 5th in Wordpress by pbu .
Getting the category ID of inside of category.php or archive.php seems very easy, i struggled 3hrs to get this working.
I wanted to put up a custom query_posts() function inside category.php and the only way it works is
$cat = get_query_var(‘cat’)
You have to combine this with query_posts function
query_posts(‘cat=’.get_query_var(‘cat’) . ‘&posts_per_page=3′);
Amazingly simple isnt …
August 4th in Wordpress by pbu .
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 …
July 30th in Wordpress by pbu .
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 …