Tag Archives: comments

How To Clean Unnecessary Tables From MySQL Database?

Cleaning unnecessary database tables means deleting tables that were created before by some plugin and now are not in use on your website. Removing such tables lightens up your MySQL database. In this lesson, you will learn about cleaning up a database manually and with plugins’ help.

Before making any changes, always ensure and be careful when deleting database tables, as removing the wrong ones can break your WordPress site. Always keep a full WordPress database backup.

Step-1, access your hosting’s cPanel and locate the phpMyAdmin option under the Databases section. Click on it to access the database management interface.

Step-2 In phpMyAdmin, find your WordPress database on the left-hand side panel. Click on the name of the database to view the tables it contains.

Step-3 Now identify unnecessary tables. Unnecessary tables might come from uninstalled plugins or themes. Tables that don’t seem to match the standard WordPress table names like wp_posts, wp_users, or wp_options may be safe to delete. Some tables have a prefix based on the name of a plugin (e.g., wp_woocommerce_* for WooCommerce).

Step-4 Once you identify the tables you no longer need, select them by checking the box next to each table. Then, scroll down and choose Drop from the options in the dropdown menu. Confirm the deletion.

Automatically Identify & Clean MySQL Database Tables

Alternatively, You can clean your database with a plugin. Plugins such as WP-Optimize or Advanced Database Cleaner let you automatically identify and clean up unnecessary tables without manually going into phpMyAdmin.

These WordPress plugins provide you with an easy way to clean up unnecessary database tables from your WordPress site.

Turn WordPress Comments More Bearable Using Hacks By Yoast

In this lesson we will discuss about some simple but useful comment hacks used by Yoast team of WordPress developers. Using these hacks you can make comments management easier and perform some tasks more quickly and easily than you think.  Continue reading Turn WordPress Comments More Bearable Using Hacks By Yoast

Export & Sync Comments Between WordPress And Disqus Comment System

Earlier we have discussed about installing and configuring Disqus comment system in your WordPress site. We have also discussed about resolving the width and CSS issue that shows up on some WordPress themes when used with Disqus.

Now the next big issue experienced by new Disqus users is exporting old WordPress comments made with native WordPress comment functionality to Disqus commenting system.

So in this lesson we will show you how to export WordPress comments to Discus comment systeom. We will also talk about snycing comments between Disqus and WordPress so that you can download your Disqus comments and store them locally in WordPress.  Continue reading Export & Sync Comments Between WordPress And Disqus Comment System

Fixing Up Disqus Comment Form Width On Twenty Fourteen WordPress Theme

Disqus, the popular comment system we have discussed about sometimes causes a common display issue. Sometimes on some WordPress themes Disqus comment form appear wider than rest of the content. This can easily be fixed by inserting custom CSS under ‘disqus_thread’ CSS id.

First, you will be needing to figure out the width of the content area of your WordPress theme and then use custom CSS

How to insert custom CSS? One can insert custom CSS with some custom CSS inserter plugin or with Jetpack by WordPress.com’s edit CSS module that shows up on Appearance -> Edit CSS screen or by overriding custom CSS on your website’s child theme.

disques comment

In this lesson we will show you how you can align your Discus comment box on Twenty Fourteen WordPress theme.  Continue reading Fixing Up Disqus Comment Form Width On Twenty Fourteen WordPress Theme

Installing & Configuring Disqus Comment System In WordPress

Disqus is a third party featurefull commenting system for WordPress and other website frameworks. WordPress already provides you a built-in commenting system and it has its own commenting network which anyone can activate with Jetpack by WordPress.com plugin.  Continue reading Installing & Configuring Disqus Comment System In WordPress

Convert Native WordPress Commenting System Into Live Discussion Functionality

Now you can easily transform your WordPress native commenting functionality into AJAX based live discussion system.

WP Dialogue is the new WordPress plugin that uses all native features of WordPress commenting system and converts it to live and hence there are minimal chances of breaking on theme updates. See it live working hereContinue reading Convert Native WordPress Commenting System Into Live Discussion Functionality

Easily Remove “Comments Are Closed” Text In WordPress

WordPress comments settings are managed from your admin area dashboard Settings -> Discussions page. There are options that allows you to automatically close comments after a give number of days, you can completely turn off comments or make comment form available only for logged in users etc.

When a post with closed comments shows up on the frontend of your website, it automatically displays ‘Comments are closed’ notification to your website visitors. In this lesson you will learn how to hide this notification.  Continue reading Easily Remove “Comments Are Closed” Text In WordPress

Automatically Update Comment Blacklist On WordPress

Very few website owners are familiar with the built-in comment blacklist WordPress has. Default WordPress comment black list is located in your admin area dashboard Settings -> Discussion page. It accepts values (words) to identify spam on incoming comments.  Continue reading Automatically Update Comment Blacklist On WordPress

Easily Filter Unanswered Comments In WordPress

Comments provide you a great route to engage your website visitors. As you become successful, your website starts to get more and more comments and it becomes hard to track unanswered ones. The reason is WordPress doesn’t provides you any option to filter unanswered comments.  Continue reading Easily Filter Unanswered Comments In WordPress

Control Levels Of Threaded (Nested) Comments In WordPress

Threaded commenting allows your commenters to reply each other’s comments on a blog post. By default WordPress supports threaded commenting with 5 levels deep i.e the original comment, its replies and then the replies to that comment and so on upto 5 levels.  Continue reading Control Levels Of Threaded (Nested) Comments In WordPress

How To Show Authors Only Their Post Comments In WordPress Admin Area?

Default WordPress functionality shows all comments (in admin area) to all registered authors in your website. In this tutorial we will show you how you can restrict comment visibility in admin section so that authors can see only comments posted on their articles.

Continue reading How To Show Authors Only Their Post Comments In WordPress Admin Area?