Facebook Like
V-LabsDiscussing Latest IT Trends and Techniques.
  • Disable Self Trackbacks in WordPress

    WordPress has a great inbuilt function known as trackbacks which is make a notification when blogs links together. This is a best way to get [...]

    Read more No comments
  • WordPress Tag Cloud without a Plugin

    Tags are one of the great features of WordPress which shows different topics based on tags assigned to it. We can tag each post with [...]

    Read more No comments
  • Send Email Notification in WordPress when User Updates Profile

    WordPress have default functions send emails to users, besides using that we can also write custom functions. Here is a WordPress snippet which will send [...]

    Read more No comments
  • Display Gravatar Image as Favicon in WordPress

    If you want to use gravatar image as favicon then here is a fine solution, add following snippet to the functions.php in your WordPresstheme folder. [...]

    Read more No comments
  • WordPress Return ID if Parent Page Exists

    In WordPress development sometimes you want to know the ID of the parent page, in such case you can use the bellow WP snippet which [...]

    Read more No comments
  • How to Check User Role in WordPress

    If you are a WordPress developer then sometimes you need to check a role of a user, for example you want to show particular link [...]

    Read more No comments
  • Disable WordPress Plugin Updates on Blog

    Here is a simple snippet which disables plugin updates on any WordPress blog. WordPress is an amazing content management system which thrills hundreds of developers [...]

    Read more No comments
  • Disable WordPress Content Editor for Specific Template

    Here is a pretty function which will help you to disable the WordPress Content Editor for a specific page Template. Just copy and paste the [...]

    Read more No comments
  • How to Detect iPhone users on a WordPress Site

    You can track your visitors by mobile device like iPhone, iPad etc. The below code is useful in such situation when you want to detect [...]

    Read more No comments
  • WordPress Strip HTML tags from the_terms

    The bellow function will strip html from the_terms, just copy and paste it to your functions.php <?php   //WordPress – strip html from the_terms   [...]

    Read more No comments
v-labs