Category: WordPress
-
Best WordPress themes for personal blogging.
You can create your own theme and upload to your blog site, but for that, you have to be a developer. Don’t worry if you are not, thanks to the flexibility of WordPress. There are a ton of pre-written themes for you to use. These themes are for personal blogging and have a clean design…
-
How to fix WordPress error 500?
Hi Everyone! Welcome to the Tutes Club. If you have a running website that gives you a handsome amount of returns, then I know that your heart comes to your mouth when you see an error on your site. There are tons of error out there, but the error we are talking about is WordPress internal…
-
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 remove links of a learndash course which has not started yet? without code changes
-
How to change WordPress user roles in MySQL database using PhpMyAdmin?
We will be editing the database rows using PhpMyAdmin tool given with cPanel by many hosting companies You can change the WordPress user roles by following the given steps: Step 1: Open phpMyAdmin on cPanel. Step 2: Open the wp_usermeta or xxx_usermeta table in the database as highlighted. (wp_ is just prefix, your table prefix…