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

Disable Content Editor for Specific Page Template

How to Disable Content Editor for Specific Page Template While working on a project I needed a way to disable content editor on a specific page. Why you asked? On this project, I created a custom page which has lots of meta-boxes on editor screen and we were not using visual editor for adding any content on that page … Read more

Force WordPress to Select Thumbnail Image Size by Default in WordPress Media Uploader

How to Force WordPress to Select Thumbnail Image Size by Default in WordPress Media Uploader With WordPress 3.5 release, WordPress core team introduced many significant changes in the core and Media Uploader was one of the most important one. This new WordPress Media Uploader has a number of advantages over the previous version. For instance it has … 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

Add Custom Image Sizes Into WordPress Media Library

How to Add Custom Image Sizes Into WordPress Media Library In a previous article we have posted about how you can define new custom image sizes to use on your WordPress theme and how to remove default image sizes. You can define and add custom image sizes with the help of add_image_size() function in WordPress. … Read more