From last two months wordpress sites are under huge attack by Malicious Botnet. Hackers are using thousands of individual computers and IP addresses. The botnet goes for the most obvious hack attempt: target sites with admin as the username , … Continue reading
Using get_post_meta in wordpress post in the functions.php file: Smart way
The get_post_meta method is very useful in wordpress If you want to shorthand the get_post_meta call for the current post then you can use following: you can use above method through functions.php file. You need to put following code in … Continue reading
wordpress 3.5 is Worst Update in Wordpess release History
I have very high traffic site which is in wordpress CMS. I updated my three of sites to wordpress 3.5 and my site goes down after updation. I faced lots of issues due to this update. To figure out the … Continue reading
Do not use many wordpress plugins in website for SEO
There are so many wordpress plugins which are free to download. There are more then 21500 wordpress plugins till date of jan 2013. There are several nice plugins also which we need to use. You can refer following articles. Best … Continue reading
How to load the custom javascript to custom page template in wordpress
For many pupose and designs we use the page template in wordpress site. Some time we need to load the custom javascript to page template. For that we can use following code. For loading any script or any custom code … Continue reading
How to use category wise background images in wordpress
WordPress has category feature, We can use the wordpress category for many purpose. Some time we want use category images for show the category content. Some time we want use the category wise background images in your website. For category … Continue reading
How to save the meta data in wordpress custom post type
Custom post type are very important in wordpress. There are some nice plugins for creating the post type but I recommend custom code in function.php file. I already written about custom post type. If you want to know about custom … Continue reading
how to display post count of all wordpress tags
In wordpress post we use the many post tags. For SEO purpose we can show the post tags. If we want to show the post count related to wordpress tags. You can use following code:
How to List the child pages by post slug OR post ID
First find the page id using page title or page page slug. For post title use following code: For post slug use following code: Now List the child page by post slug







