WordPress Plugins

WordPress Tips & Tricks:

  • connect-with-facebook
    In this tutorial you will learn how to integrate facebook on your WordPress site for your user to signup or sign-in with their facebook account without using any plugin. Step 1: Register Facebook Application Register a facebook application and grab…

    Integrate Signup or Sign-in With facebook account on WordPress site

  • W4 post list Post image Credentials
    Well, in the w4 post list plugin version 1.5.4 we have introduce post image. The goal is to make absolutely 100% customizable post list plugin. Moreover, after getting a recommendation by a plugin user, we have included new option (version…

    Managing W4 Post List ‘Post Image Credentials’

  • Cron is One of the most popular and useful extension of WordPress platform. By Default, WordPress uses cron to - check WordPress version updates check WordPress theme updates check WordPress plugin updates Deleting Trashed Posts and Spammed Comments How WordPress…

    WordPress Cron – How it Works

  • WordPress jQuery Ajax
    wp_ajax is not a hook or callback, rather it is just a prefix of WordPress Actions, what is called when a browser or web-client request with an action query variable to wp-admin/admin-ajax.php. So wp-admin/admin-ajax.php?action=contact-us will fire wp_ajax_contact-us Action Hook. –…

    Wp Ajax – WordPress Hook to Handle Ajax Request

  • In WordPress, the remove_meta_box is used to remove metabox from post, page, link or any custom page form in admin section. However, remove_meta_box function doesn’t work for featured image box (postimagediv). After digging the core function, found a solution here.…

    Remove Featured image meta box from WordPress Admin

  • Wanna show your Google profile picture with your site listing in Google Search ? Highlighting Author image in Google search result is possible now. Just a perfect markup will show your image on search result with a WordPress site post…

    rel=author – WordPress Author image in Google Search Result

  • SEO theme are Optimized with browser friendly HTML construction, so that search bot can find information and arrange it properly. A well described meta description, keywords and layout pulls your page in the top in search listing.

    Best WordPress SEO Themes

  • thumbnail
    Many have teaches how to ‘add Post Thumbnails To WordPress’, ‘Adding Thumbnails To WordPress 3 Default Theme’, ‘Customize post template to display Thumbnails To WordPress Theme’ etc. But if a user created a lot of post with a post meta…

    WordPress 3.0 Post Thumbnails from old meta key

  • curl
    You might have a WordPress site which generates a file/information daily and you want to grab it without logging to your site. It can be done using cURL. So you don’t have to loggin and view the page anymore. Just…

    Login to WordPress Admin Using Php cURL

  • By Default WordPress have three schedule time recurrence(hourly, twicedaily, daily) to add your event. Hourly runs in every hour, twicedaily runs in each 12 hours and daily runs in every 24 hours. To add new custom timed schedule, cron_schedules filter…

    cron_schedules – WordPress filter to add custom schedule time