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, Money & Finance 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 …
March 4th in Miscellaneous, Money & Finance by pbu .
Physicians and medical professionals in US are so vulnerable to lawsuits, relating to medical malpractice including negligence, personal injury and there are so many liabilities involved, which is why asset protection offshore is wise things to consider for your family and loved ones.
If you are famous physician earning lots of …
March 2nd in Money & Finance by pbu .
Paypal just last hour, gave a final update and it seems to be a great news from the paypal blog posted by Farhad Irani. It seems Indians dont need IEC code and are need to enter the Purpose Code. Purpose code is different from IEC code as advised by paypal …
February 28th in Money & Finance by pbu .
How to Apply for IEC (Import Export code) code in India?
Quite contrary to many people think, it is very easy to apply and get the IEC code (usually 10 digits) from the Office of the Director General, Foreign Trade in your city for a small fee. You can apply as …