For the security purposes many large organizations like banks, websites, government sites force there users to change their password on regular basis. This will prevents unauthorized access to your systems and stop hackers from logging in with a stolen password. […]
Category: WordPress
Create a WordPress admin user with MySQL
Sometimes we have been looked out of WordPress installation but have access to the database.So here is a way to create a WordPress user with administrator-level access. […]
How to Redirect Visitors to Maintenance Page Using .htaccess
Sometimes, you may want to put your site into maintenance mode so that you can do required up-dates like modifying themes, including custom features, repairing corrupted files. […]
How to Get a List of All WordPress Post URLs
For some reasons you might need to get a list of WordPress post URLs to work with. But WordPress doesn’t have any local function to record all the publish, web page and customized post URLs. […]
How to download entire WordPress media library
Recently one of our reader ask me how he can download entire WordPress media library as he wants to keep a copy of backup of media library on his local system. Though you can always have full backup of your entire WordPress site. […]
How to personalize WordPress Login Page
If you want to build a customized sign in web page for your WordPress site, Then In this article, we will demonstrate you how to personalize WordPress login web page without any use of HTML or CSS. […]
How to Block a WordPress User without Deleting Their Account
Sometimes you want to block a person from signing into WordPress. Easily you can achieve this by removing the user account. However that will move all content written by this user to another user. What if we informed you that you can prevent a person without removing their account? In this article, we will show […]
How to Upload Large Images in WordPress
Recently, one of our users getting error when uploading large images in WordPress. Many users face this error when trying to upload larger images in WordPress. It happens due to the file size limit. In this article, we will guide you how to fix this and upload large images in WordPress. […]
Find outdated versions of WordPress on your Cpanel or Plesk server
The outdated versions of WordPress causes many security issues on the server. In order to prevent this issue at some level, it is necessary to keep your WordPress updated. Hacked WordPress sites will not only be a problem for the client who has hacked, but also an issue for all clients on the server, as […]
How to change a WordPress site URL
Sometimes you need to migrate your WordPress website, or change the location of your WordPress installation.These settings can be adjusted directly in the WordPress admin dashboard from Settings >> General or you can make these modifications to your wp-config.php file and directly in the database as well. […]