Disable Theme and Plugin Editor in WordPress
If you have multiple administrators on your website and you don’t want to allow them to change the theme’s files and plugin’s file then you have to disable theme and …
Posts for tips and tricks
If you have multiple administrators on your website and you don’t want to allow them to change the theme’s files and plugin’s file then you have to disable theme and …
Basically, WordPress shows the publish date of the post/page when that post was created. It is the default functionality in all themes. But if you want to show the last …
If these folders (wp-includes, wp-content, and wp-uploads) are visible in the browser then you must hide them. If you want to check these folders are visible or not then try …
WordPress uses the default Gravatar image if the user does not have an own image to show as a profile photo. Default Gravatar image is a “Mystery Person”. There is …
In this trick, I will show you how you can use double ?? operator (also called “null coalescing operator“) to make inline if else condition more clean and useful. We …
This is very easy. If you have built a custom post type and want to create a custom archive page for that custom post type then you have to copy …