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 commentsTags 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 commentsWordPress 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 commentsIf 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 commentsIn 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 commentsIf 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 commentsHere 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 commentsHere 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 commentsYou 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 commentsThe 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