April 6th in Wordpress by pbu .
Often many times, you might be searching for the wordpress code which checks if the user logged in or not. Its no brainer and amazingly simple!
There could be at many parts of your site (say in header.php) , you want to show only certain links when the user is already …
April 5th in Games by pbu .
I am always excited about graphics in games. I have personally felt that xbox graphics is about 10% much better than the ps3 console and if you are looking for 360 you should definitely try below mentioned games foran impressive graphics in HD high definition. I believe that Gears of …
April 1st in Wordpress by pbu .
If you are curious about how to run a web directory, there are plenty of directory scripts available and certainly wordpress is worth considering. All you have to do is install a wordpress theme or a plugin to convert your wordpress blog to a powerful link directory.
These are the wordpress …
March 29th in Wordpress by pbu .
Custom fields often associated with blog post and are widely expoited by wordpress programmers and theme
designers to store various values. Here is a easy way to fetch the custom field value in wordpress.
Just remember that this will only work if placed within the wordpress loop.
<?php
$zip_code = get_post_meta($post->ID, “zipcode”, true);
echo $zip_code;
?>
Amazingly …
March 29th in Wordpress by pbu .
Time after time, i have been forgetting this wordpress. You will know how important it is to output a category name in index page or in the blog post page (single.php)
Here are the 2 easy ways to output the category name.
Dont forget that this code will only work, only within …
March 25th in Miscellaneous by pbu .
I have been using ATM for many years and never relied on going to bank to withdraw cash on the bank counter.
Usually most bank ATMs in india allow maximum Rs.10,000 per swipe using your atm card and this is restricted to Rs 25’000 per day, depending on the debit/credit card …
March 21st in General by pbu .
Well! this may sound odd but i would like to share my experience with a door bell issue.
My home usually has two floors and i stay upstairs and my parents stay downstairs. The annoying problem was, when somebody comes to our house (like pizza man or postman), rings a door …
March 11th in Money & Finance by pbu .
Indians woke up today and while logging to paypal, there was update information screen asking for Mobile no and PAN card no (issued by income tax dept).
Few Indians had problems updating their PAN with paypal, while most others were successfully update their account information.
Important: If you dont have PAN, you …
March 10th in Money & Finance by pbu .
Indians who withdraw paypal balance by cheque, usually have number of doubts and typically everywhere the same questions have been asked over and over again. So i decided to compile pretty useful questions to clear your doubts.
If you see above image, this is how a paypal cheque sent to Indians …
March 9th in Adsense, Wordpress by pbu .
Looks like i have a real headache by using adman plugin with wordpress to display adsense ads.
With every new post i do, very often i tend to forget to tick off, disable ads in this page option that comes with adman, as a result my adsense ads were disabled automatically …