FAQ page is one of the most visited pages. So, you need to make your FAQ page responsive. Not only responsive but also elegant so that it will attract more visitor. In this article, We will will show you how to create a HTML5 responsive FAQ ... Read More »
Add Extra Login Security In WordPress Without Plugin
To log in to WordPress website, wp-login.php is the default login page which in turn redirect to wp-admin directory when the user has successfully logged in. What does this mean? It means that hacker or attacker who wants to attack any WordPress site ... Read More »
Dequeue Function For Different WordPress Plugins
As promised in the previous articles, we will discuss about the dequeue function for different WordPress plugins that will dequeue the unwanted stylesheet and script of different plugins that creates extra HTTP request that slow down your site. By ... Read More »
Remove Unwanted Stylesheet and JavaScript In WordPress
Most of the WordPress plugin that we installed adds JavaScript and CSS on each page load making the site slower and slower as we add more plugin. Suppose we install 5 plugin and each one of them add one JavaScript file and one CSS file which is a ... Read More »
Remove Author Username From Comment Class In WordPress
One of the security hole that is found in WordPress is that whenever admin comment or editor comment on any of the blog post, WordPress automatically add a class to the comment along with the username. So if you right click on any of the admin ... Read More »
How To Encrypt WordPress Password Without SSL
If you are running a blog or website, security must be one of your main concern especially when you are making a living out of it. In this article we will show you how to encrypt WordPress password without SSL. Before proceeding, first you need to ... Read More »
How To Fix WordPress Site After Changing The Site URL
Do you need to fix your WordPress site after changing the WordPress Address (URL) and Site Address (URL). You may find that your site will not load the CSS, JavaScript and images. The worst part is that you may won't be able to access your ... Read More »
How To Manage Post Revisions In WordPress
Post Revisions in WordPress is the feature that save copies of each changes made to a post or page. It allows the user to revert to the old copy of post or page. Well in this article we will share how to disable, set the maximum number per post or ... Read More »
How To Remove WordPress Meta Generator
WordPress, by default will automatically generate a meta data that will show the current WordPress version installed on your site. This meta data is inside the head tag. To check if the WordPress version installed on your site is leak or not, you can ... Read More »
How to Change WordPress Database Prefix
Welcome to our next WordPress tutorial. Today we are going to discuss on how to change the WordPress database prefix. By default installation of WordPress, database will have a 'wp_' prefix. So for security reason it is always the best practice to ... Read More »