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
Category Archives: wordpress api
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
Share and Enjoy
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
Share and Enjoy
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
Share and Enjoy
Solved : Unable to upload the images in wordpress
This is very common issue with linux or windows server or computer. When you do the wordpress setup you need to give the writeable permission to your wp-content/uploads folder. If you got the following error: when you upload the image. … Continue reading
Share and Enjoy
wordpress user search firstname lastname and display name code
In wordpress admin users listing page, wordpress admin has user search with username and email but we cannot search via display name or first name and last name. We can add firstname, lastname and display name in users search. You just … Continue reading
Share and Enjoy
code snippets which is most useful in functions.php, wordpress
In wordpress theming is very important. Developers know the importance of functions.php file. I always written some very nice code snippets in functions.php file. I found very useful codes which is very helpful for very wordpress designer and developers. Here … Continue reading
Share and Enjoy
wordpress XMLRPC api integration with ruby and rails
First setup wordpress. Login to wordpress admin and enable the XMLRPC. Go to Settings->writing and enable the XMLRPC checkbox. Now you can fetch the wordpress posts, pages, tags etc.. using XMLRPC. Following script is written in Ruby. If you are … Continue reading
Share and Enjoy
install and update the wordpress plugins without providing ftp access
I did so much R&D about installing and updating the wordpress plugin without using ftp access. I got very nice trick to solve this issue. First you need to add the following code in your wp-config.php file. But this is … Continue reading









