Including custom field in post in wordpress

Want to include your custom field values into your post? There are various ways to show custom field values on your post, I am going to use the following methord
Continue Reading →

WordPress: Featured Image option not avaliable

WordPress them does not show or support featured image option? Add below code to function.php page add_theme_support( 'post-thumbnails' ); It should display in your post option
Continue Reading →

WordPress home post as page

Most of the wordpress blogs or themes display post in their home page, for one of my project I wanted to display pages in the home page template This was the template code get_option('theme_home_posts'), 'cat'=>'-'.get_cat_id(get_option('theme_featured')), 'paged'=>$paged, ); qu
Continue Reading →

Forusquare points reduced

I have been using foursquare for about 8 months and have also introduced the App to my friends. I always play a fair game on Foursquare, However recently I have noticed my points dropping down, down and down below. I am normally within 4th position on the leader board with average of
Continue Reading →

Online Web Tools

Validators MarkUp Validator All documents that are in HTML,XHTML, SMIL, MathML, etc format go through their markup validation through this check. The validator look up for any code that is not complying the rules set by W3C and report it to the user. CSS Validator Enter the URL of the
Continue Reading →

How to judge a Video Sharing Website?

More than hundred video sharing websites are actively functional on the Internet and the figure keeps getting bigger. A good percentage of these websites provide free membership. YouTube, MetaCafe, DailyMotion, Vimeo are some of the top video sharing websites on the basis of various f
Continue Reading →