Tag: wordpress

  • How to fix WordPress locked error from wp-admin login by jetpack plugin?

    You should now be able to login again, and this issue shouldn’t repeat itself. Jetpack’s Protect function looks at the incoming IP address when you try to login, and compares it against our network of blocked IPs. This works pretty well, unless Jetpack’s Protect is being told the wrong IP address by your site’s server.…

  • List of 5 best SEO plugins for WordPress.

    List of 5 best SEO plugins for WordPress.

    Hi Everyone! I know that you want your sites to rank higher in search engines like Google, Bing, and Yahoo. And the best way to do it is SEO, but as every good thing takes time, so does SEO. It may take time, but once it starts to yield results you would just skyrocket from nowhere…

  • [Forgot Password] [Can’t Log In] How to reset WordPress admin password without sending reset email?

    So, admit it. We put really strong passwords and then we forget them. And you end up being locked out of your own website. So here is how you can reset it quickly. Go to your hosting control panel and then go to phpMyAdmin if available. Look into the database which is being used for…

  • List of really good and important plugins for WordPress

    I am listing a few common yet very useful plugins we can utilize for our WordPress websites: Limit Login Attempts Limit the number of login attempts that possible both through the normal login as well as using the auth cookies. WordPress by default allows unlimited login attempts either through the login page or by sending…

  • WordPress Hierarchy – Important Files and Directories

    wp-config.php file contains all information about your database connection and some salts which are used for password generation index.php handles all the requests on your wordpress blog wp-content/themes contains all the themes installed in your blog wp-content/plugins contains all the plugins installed in your blog yourblog.com/wp-login.php or yourblog.com/wp-admin/ can be used for logging into wordpress…

  • WordPress Dashboard – Introduction by newbie

    Dashboard Panel When you will log into the administration area of your blog, you’ll see the WordPress Dashboard which will display the overview of the whole website.  You can customize your needs by using some quick links such as writing quick draft, replying to latest comment, etc. Dashboard Menu The WordPress Dashboard provides a navigation menu…

  • How to install a new theme in WordPress using a compressed theme file

    Follow these steps to install a new WordPress theme to your website using a compressed theme file(.zip,.tar,.rar etc): Step 1: Open the wp-content folder in the root directory of WordPress and go to the themes folder. Step 2: Upload the zip(or any other compressed file) theme file inside the theme folder. Step 3: Go back to…

  • How to install wordpress on cPanel

    WordPress is a free and open-source content management system (CMS) based on PHP and MySQL.Features include a plugin architecture and a template system. Follow these steps to install WordPress: Download WordPress Download WordPress from this link:  https://wordpress.org/download/ Create Database Create an empty database for WordPress and specify it’s username and password. Set up Wizard Step 1: Upload the downloaded compressed file on your website root directory…