Disable Emojicons Feature Introduced in New WordPress 4.2

How to Disable Emojicons Feature Introduced in New WordPress 4.2 With the release of new WordPress 4.2 version, WordPress team introduced the use of Emojicons in your posts and comments. In order to make this new Emojicons feature to work, WordPress automatically adds JavaScript libraries in your page. Although it’s a nice feature to have … Read more

Automatically Delete Users After 7 Days In WordPress

How to Automatically Delete Users After 7 Days In WordPress This is not the type of function you would require to use very often because it offers very specific feature toautomatically delete users after predefined time. I was looking to implement this feature in a past project where my client was offering temporary access to … Read more

Strip HTML Tags From the_terms Function Output

How to Strip HTML Tags From the_terms Function Output If you need to display the terms list of the current post on your website then you must use the_termsfunction. WordPress function the_term displays the linked terms of a taxonomy separated by user defined characters. It’s very powerful function to get list of categories, tags or any other custom defined taxonomies in … Read more

Change The Separator in The Title Tag in WordPress

How to Change The Separator in The Title Tag in WordPress Title HTML tag in WordPress or on a web page in general, defines the title of the document and is used on search engine result pages (SERPs) to display the preview snippets for that particular page. Title tags are very important for SEO as well as social … Read more