How to Add reCAPTCHA to WordPress Comment Form

Are you looking to add reCAPTCHA to your WordPress comment form? Instead of turning off the comments, you can add CAPTCHA to the comment form to practically eliminate spam. In this tutorial, we’ll show you how to easily add reCAPTCHA to the comment form of your WordPress website.     What is Google reCAPTCHA? reCAPTCHA … Read more

Why You Can’t Find .htaccess File on Your WordPress Site file

The .htaccess file is not exclusive to WordPress.important htacess file in site run on apche server. In today’s WordPress tutorial, we Aim to rectify that, by explaining what WordPress .htaccess file is, what it does, and show you how to create it. What is the .htaccess file? The .htaccess file is a server configuration file … Read more

How to Speed up WordPress Leveraging Browser Caching via .htaccess

Leverage browser caching to make your webpages faster.Are you looking for leverage browser caching .A web browser retrieves a lot of resources from the server like CSS files, Images and html files etc. speed and get better search engine rankings. This article shall cover how to speed up WordPress by leveraging browser cache via htaccess file. … Read more

How to Optimize WordPress Robots.txt File for SEO

You are lucky that WordPress automatically creates a Robots.txt file for you. Having this file is half of the battle. You have to make sure that Robots.txt file is optimized to get the full benefits. What is Robots.txt File? Robots.txt file is a text file which instructs search engine bots how to crawl and index … Read more

How to Secure Your WordPress Website

I’ve heard many website owners complain about the security of WordPress.  And if so, how do you secure your WordPress website? In this guide, we will share all the top WordPress security tips to help you protect your website against hackers and malware.As a website owner, there’s a lot that you can do to improve … Read more

How to Fix “Brifefly unavilable for Scheduled maintenance. check Back in a minute” Error

“Briefly unavailable for scheduled maintenance. Check back in a minute” is an error in WordPress, which usually occurs when an update is not successfully completed. This is the common problem in theme update and plugins updates.the update process may timeout, leaving your site in maintenance mode and inaccessible. In this article, I will familiarize you with … Read more

Search filter using meta query with wp query

Ajax WP Query Search Filter is a powerful ajax search engine that let your user perform more precisely search by filtering the search through post type, taxonomy and meta field search filter using ajax and meta_query with wp_query following this step 1 user the create a search filter search form : <form method=”POST” action=”” id=”search_form” enctype=”multiple/type”> <h3><font style=”vertical-align: inherit;”><font style=”vertical-align: inherit;”>Key words </font></font></h3> <div … Read more