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…..
Latest Posts
Ways To Get First Image From Post
Posted by Emerald on May 18th, 2012
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
Posted by Emerald on May 6th, 2012
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?
Posted by Emerald on May 5th, 2012
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.
Posted by Emerald on May 4th, 2012
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…..
What People Search on Your blog
Posted by Emerald on April 25th, 2012
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
Posted by Emerald on April 23rd, 2012
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.
Posted by Emerald on April 21st, 2012
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
Posted by Emerald on April 20th, 2012
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
Posted by Emerald on April 18th, 2012
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
Posted by Emerald on April 17th, 2012
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…..

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…..
Most of the times the fields provided on wordpress profile page aren’t enough. You want to add more contact methods or other user info like gender, age, country etc. I….. 
How to Enable Threaded Comments in WordPress