Using get_post_meta in wordpress post in the functions.php file: Smart way

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

Share and Enjoy

  • Facebook
  • Twitter
  • Delicious
  • LinkedIn
  • StumbleUpon
  • Add to favorites
  • Email
  • RSS

How to save the meta data in wordpress custom post type

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

  • Facebook
  • Twitter
  • Delicious
  • LinkedIn
  • StumbleUpon
  • Add to favorites
  • Email
  • RSS

How to protect from wordpress spam comments words and increase the SEO

How to protect from wordpress spam comments words and increase the SEO

Spam comments is really major issue with wordpress. Spam comments will effect your site SEO. You should delete the spam word comments from wordpress site. For SEO of your site deleting spam word comments is good. Here are some steps … Continue reading

Share and Enjoy

  • Facebook
  • Twitter
  • Delicious
  • LinkedIn
  • StumbleUpon
  • Add to favorites
  • Email
  • RSS

code snippets which is most useful in functions.php, wordpress

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

  • Facebook
  • Twitter
  • Delicious
  • LinkedIn
  • StumbleUpon
  • Add to favorites
  • Email
  • RSS

wordpress XMLRPC api integration with ruby and rails

wordpress-Ruby_on_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

  • Facebook
  • Twitter
  • Delicious
  • LinkedIn
  • StumbleUpon
  • Add to favorites
  • Email
  • RSS

install and update the wordpress plugins without providing ftp access

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

Share and Enjoy

  • Facebook
  • Twitter
  • Delicious
  • LinkedIn
  • StumbleUpon
  • Add to favorites
  • Email
  • RSS