By default if you’re using custom structure /%postname%/ in your WordPress permalink settings, your site will display pretty URLs such as the following example. The site that has a page with title “About Me” will have https://www.webcazine.com/about-me/ as the URL. Settings > Permalinks > If for some reason you would like to add .htm or .php […]
wordpress plugin
Responsive Plugin Helps to Convert a WordPress Theme into Responsive Theme
In view that mobile devices will become the most popular way to access the Internet, responsive web design has become a hot topic in web development world nowadays. As a web designer, you wish to offer the best experience to all visitors regardless what gadgets they’re using to access your site. If your WordPress theme […]
Using Stop Junk Plugin to Stop Comment Spam in WordPress
Having too many spam comments on your WordPress blog ? The Stop Junk plugin might help in this case. With this plugin, a simple math problem is displayed on the comment box for readers to solve before clicking the Post Comment button. With the plugin still in its first version, there isn’t much setting you can do, except […]
Basic Comment Quicktags: Display HTML Quicktags On Comment Box
By default, WordPress allows certain HTML tags such as <a>, <strong>, and etc within the comment box. To make them work, your readers need basic knowledge of the html tag. For example they need to know <strong> tag is for bolding text and etc. So if your site comprises of mostly not tech savvy readers, […]
Simple Guide to Use Search and Replace Plugin
Search and Replace Plugin is a pretty handy plugin when you need to replace a string in your WordPress database. I’ve used it a couple of times. As far as I can remember the first time was to replace a specific string in the contents of more than 100 posts, and the 2nd time was […]
How to Disable WordPress Theme and Plugin Installation and Update Alerts?
If you’re setting up or managing WordPress sites for your clients, you probably don’t wish the clients mindlessly upgrading without making sure the compatibility of the theme or plugins. In this case, you should add the config below to your wp-config.php file to disable plugin and theme updates/installation on the WordPress admin area. define(‘DISALLOW_FILE_MODS’,true); Images […]