search

You searched for: comme

LiteSpeed Cache – Complete Guide & Recommended Settings (2026)

...on membership or intranet-style sites. ON – Cache Commenters: Caches pages for users who have commented but aren’t logged in. Improves performance on discussion-heavy content. ON – Cache REST API: Caches WordPress REST API requests to improve response speed,...

Reverse Comment Order in WordPress

...preferable to prevent the latest comments from being “buried” at the bottom of the page. Here is how to reverse comment order in WordPress. Option 1 Go to Settings > Discussion. Under “Other comment settings” find “Older comments at...

Disable Comments in WordPress

...disable comments on WordPress sites. This code completely disables the comment system in WordPress and also removes comments from the dashboard. Add the following code to your file: This snippet uses WordPress hooks. Learn more in WordPress Hooks Explained....

What is WooCommerce? A Beginner’s Guide

...possibilities available in the market for creating digital commerce stores on the web. In this post, we will take a look at one of the most popular solutions available in the market, called WooCommerce. We’ll provide a general overview...

Disable HTML in WordPress Comments

By default WordPress allows adding HTML tags in comments such as outbound links, various tags, etc. Comments do contain rel=nofollow on links automatically, but if you want to completely disable the ability to add any HTML in comments, add...

Set Minimum Comment Length in WordPress

...want short comments on your posts such as “Thanks!” or “Great article…“, add the following code to your file and set the minimum character count on line 4: For more comment management, see Show the Total Number of Comments....

NoFollow Links and their SEO Value

...in general, links coming from the following sources tend to be NoFollow links: Blog comments – rare are the blogs that allow follow links in comments, which is one of the main reasons the concept of NoFollow links was...

10 Advantages of Using WordPress for Better SEO

...originally founded as a blogging system, includes a robust comments mechanism that allows visitors to easily comment on the posts on your site. Additionally, as site administrators, you can manage these comments conveniently through the WordPress admin interface. This...

How to use Relevanssi? A Better WordPress Search Mechanism

...any taxonomies. Comments – This option allows the content within your comments to be included in the index, meaning the text in comments can contribute to search results. Custom Fields – Here, you can choose whether to index the...

Adding and Managing Coupons in WooCommerce Stores

...you might need in terms of coupon management. Bonus – Changing or Removing the Coupon Text Since it was requested in the comments, let’s see how to change the coupon-related text on the cart and checkout pages. The following...

Proven Strategies to Speed Up & Optimize Your WordPress Site

...disabled threaded comments in Settings > Discussion. You have disabled comments altogether. You are using the Disqus system for your comments. You are using the Livefyre system for your comments. If you decide it needs to be disabled, add...

17 WordPress Statistics We Cannot Ignore

...comments are received on WordPress sites every month Statistics from Akismet show that the number of spam comments generated in one month is four times the number of legitimate comments. In other words, WordPress is bombarded by 132 million...

Remove URL Field from WordPress Comment Form

WordPress comments come by default with a field named “Website” or “URL”. If you want to remove this field, whether for design or to remove a field that is usually unnecessary, use the following snippet in : This uses...

Remove Website Field from WordPress Comment Form

There are situations where the “Website” (or URL) field is not needed in the comment form. In such cases, remove the field by adding the following code to your file: If you use a child theme, add this code...

Disavow Tool – Disengagement from Low-Quality Links

...quite a few harmful links and spam links pointing to it, and you need to address that. Spam links in comments are the reason that currently every link you find in comments will be nofollow link. Another example is...

The SEO impact of Nofollow, Sponsored & UGC links

...UGC stands for User Generated Content. Use this for links created by users, such as links in blog comments, forum posts, or community-generated content. 3. rel=”nofollow” – Use this when you want to link to a page but do...

How to Maintain a WordPress Website: Best Practices & Tools

...Monitor indexing and performance reports for technical issues 9. Comment Moderation & Spam Control Use plugins like Akismet or Antispam Bee to block spam comments Disable comments on older posts to minimize bot activity Regularly empty spam and trash...

What is robots.txt File & How to Use it Correctly

...address doesn’t necessarily need to be on the same server as the robots.txt file. 8. Adding Comments in the robots.txt File Comments can be added using the hash symbol (#). They can appear at the beginning of a line...

Prevent Spam from Contact Form 7 forms using Akismet

...Akismet Anti-Spam plugin. Akismet is free for non-commercial sites, and for commercial sites it costs about $10 per month, a small and worthwhile investment for clean, spam-free forms. Preventing Spam in Contact Form 7 using Akismet So, as mentioned,...

Comprehensive Guide to WooCommerce Tax Settings

...help tailor WooCommerce to meet your business requirements. For stores selling across borders, automated tax solutions like WooCommerce Tax, TaxCloud, or TaxJar can save hours of manual configuration and reduce compliance risk. Let us know in the comments if...

Mastering WooCommerce Hooks: A Complete Guide

...code comments above each do_action() and apply_filters() call. You can also use the Query Monitor plugin to see which hooks fire on each page, or refer to the official WooCommerce hook reference documentation. Will my WooCommerce hook customizations break...

Properly Retrieve WooCommerce Products in Your Template

...products. WooCommerce’s database structure changes between versions (most recently with HPOS – High-Performance Order Storage), and direct queries may break after updates. wc_get_products and WC_Product_Query Examples Here are some common examples. The code comments explain what each query does:...

How to Create a Virtual Store with WordPress & WooCommerce

...to explore the category of WooCommerce and online stores to read more articles and guides on the topic. Best of luck, and may the process be quick until your first product is sold 🙂 Thoughts and comments are welcome…...

Optimize Critical CSS & Remove Render-Blocking Resources

...I will explain what that comment means and what is meant by render-blocking resources. I will also show (of course) how to address this comment (at least the part relevant to CSS) by creating the critical CSS mentioned in...

Getting Started with CSS: A Complete Guide for Beginners

...a semicolon: This rule targets every element on the page and makes the text blue, 16 pixels tall, and centered. CSS Comments Comments let you leave notes in your CSS that the browser ignores. They start with and end...

Duplicate Content – Causes & Solutions in WordPress Sites

...text on the category page, like an introductory paragraph or more extended text, it might duplicate across the continuation pages. A similar and even more severe problem might arise when a post has many comments: if comments are paginated,...

WP Rocket Guide: Optimal Settings Explained

...in the recycle bin. 2. Comments Cleanup You can delete spam comments and deleted comments from the database. 3. Transients Cleanup Transients are stored in the database for data that takes relatively longer to retrieve, such as the number...

Complete Guide: Migrating Your WordPress Site to HTTPS

...on your site have HTTPS versions. It’s important to note that you will lose all your likes, share counts, and even comments on social networks if you don’t follow the instructions in this guide (especially in part 2 of...

Add Tracking Code to WooCommerce Thank You Page

...relevant information for that order so you can send the details to the tracking service you use. Pay attention to the comments in the code to understand where to add the tracking code and how to use this variable:...

How to Create Custom Post Types In WordPress

...in the admin interface. WordPress defines several attributes for each custom content type. Can you perform a search within it? Is it displayed in the admin interface? Can you assign categories or tags to it? Does it allow comments?...

How to Easily Disable RSS Feeds on WordPress Sites

...about. By default, WordPress generates several types of feeds, such as: It also generates these for your categories, tags, and comments. And speaking of comments, if you don’t have a blog, you might also want to completely disable comments...

Gutenberg – The WordPress Block Editor

...3 dots at the top right of the editor and choosing the Code Editor option. What might surprise you is that you’ll see a lot of unclear comments in the code… What are those comments, you ask? These are...

How Outbound Links Impact SEO: Best Practices and Benefits

...makes sense to add the “nofollow” attribute to outbound links: Blog comments – it’s rare for blogs to allow “follow” links in comments. This was, in fact, one of the main reasons why the concept of nofollow links was...

Creating an Elements Filter in WordPress with Isotope

...in the post comments. It’s important to note that the Isotope library we’ll use is free for personal use only; for commercial projects, you need to purchase a license. If you’re not interested in filtering and only need Masonry...

Why your Business Need a Chatbot & Are all Bots Created Equal?

...survive to take several significant steps toward online commerce and service. People who relied on eye contact, smiles, rhetoric, and face-to-face persuasion techniques they had honed over years found these tools becoming less relevant when it was not possible...

Savvy WordPress Development official logo