Latest Posts

Ways To Get First Image From Post

first-image-in-post Sometimes you don’t have a featured image with your post. In such a case you would like to have the first image of the post as thumbnail . Here is…..

How to retrieve the WordPress Featured Image URL

featured-image-url Sometimes you need the source url or path to a featured image. The reason might be that you want to use it as background somewhere or use it in src…..

WordPress Frontend Posting for Users – Why?

wordpress-plugins Posting from site or posting from frontend is a popular trick for wordpress based websites. A lot of blogs and websites now allow their users to post through frontend. They…..

How to Add pagination to Post Loop.

wordpress-pagination What is pagination By default worpress shows links for next and previous posts. Older will show the ten previous posts and newer will show the next ten posts. It is…..

8 Great Twitter ,Facebook, Googleplus Tricks for WordPress

section_social_media_marketing 1- Get User’s Tweets You can get user tweets if the twitter profile is a public profile. The code below gives you the feed which can be styled in any…..

Use shortcodes in Widget

wordpress-plugins Shortcodes if used in widgets will not be replaced by the relavant code. You can make them display proper code by using this code. // display shortcode in widgets if…..

How to Enable Threaded Comments in WordPress

more-wordpress-tricks You can enable threaded comments for posts using a simple trick. WordPress does not enable threaded comments by default, but you can do it using this code in functions.php function…..

What People Search on Your blog

search-trends-for-your-blog A wonderful trick is to find out what people look for on you blog. A good content is not one which is full of keywords, it is what users actually…..

How to Remove 404 Error from Google Index

404_Symbol We all have experienced errors like “Sorry. 404 page not found ” if the resource on that url has been moved.  These 404s errors will go away by themself generally…..

How to add featured Image Support.

wordpress-featured-image Lets talk about another wordpress trick. Have you ever opened your post editor and found there is no featured image box in it? A lot will say “yes” The reason…..

Highlight Search Term in Search Results

wordpress-plugins Using wordpress native search, you can use this trick to highlight the search term in the title in the search results. This can be done by tokeinizing the title and…..

Use a Default Theme Background for WordPress Theme Options

You can add theme support for background image. If user does not choose an image, a default image will be set as theme background image. Use this code in functions.php…..

Search by Exact Words in WordPress Search

wordpress-logo The native wordpress search, does not look for exact complete words. It means that when you look for ‘Los’ you also get words like ‘lost’ ‘loser’ in search results. I…..

WordPress Private Message System Plugin

cartpauj-pm   While looking for plugins to implement ‘Private message system’ between users in wordpress, i found a not so-famous but awesome plugin called ‘Cartpauj PM’. The plugin has a very…..