Archive for May, 2012

5 ways to Protect Your WordPress Site From Spam

wordpress-plugins Some days after you launch your website, you will notice a lot of comments from spam bots. These are very annoying and often target a certain post of the blog……

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 Thanks…..