Caching can be a very powerful tool to make your WordPress site load faster and handle lots of traffic. However, most caching plugins come with tons of features that can easily confuse a user who is not actually a developer. In this article, I will show you the easiest way to enable caching in WordPress so you can run your site efficiently without configuring any complicated settings. … [Read more...]
How to Restrict Authors to a Specific Category or Media in WordPress
If you have a multi-author site where each author works on a separate topic, you can limit their access to a particular category or media. This helps you run your site efficiently with a good editorial workflow. In this article, I will show you how to restrict authors to a specific post category or media in WordPress. … [Read more...]
WooCommerce Payment Gateways Comparison
WooCommerce comes with various payment gateways by default such as PayPal Standard, Simplify Commerce. However, If you want to accept payments on your site via iframe or form, you might need another payment option. In this post, I will compare some of the top available payment gateway options in WooCommerce. … [Read more...]
5 Free WordPress PayPal Subscription Plugins for Accepting Recurring Payments
Do you want to set up a PayPal subscription in WordPress? Creating a membership/recurring subscription system can be challenging when you are running an online store. Maybe you have just developed a plugin/theme or set up a WordPress service and you want to accept payments on a recurring basis. Or maybe you just need to accept recurring donations for a worthy cause. Having a plugin that manages recurring PayPal subscription for you can be a big relief. … [Read more...]
How to Remove/Hide Image From WooCommerce Product Page
If you need to remove/hide the featured image from your WooCommerce product page you can apply this simple CSS tweak. … [Read more...]
How to Protect Your WordPress Site From Spam
Do you have Akismet installed? Is your WordPress site still getting lots of spam? In this article I will show you the easiest way to make your site spam free. … [Read more...]
How to Use WP Super Cache Plugin
WP Super Cache is a caching plugin for WordPress. It produces static HTML files for your web pages so your web server can serve them to users instead of processing heavy PHP scripts every time a page is rendered. … [Read more...]
SMTP Mailer Plugin For WordPress
SMTP Mailer is the easiest SMTP plugin for WordPress. It allows you to configure an SMTP server to send email from your website. SMTP Mailer enhances the default WordPress mail ("wp_mail") function by letting you connect to a remote SMPT server to send an email instead of doing it from your web server. This reduces heavy load from your server and increases email deliverability. … [Read more...]
Affiliates Manager vs Affiliate Platform
The flexibility of e-commerce in WordPress is attracting more and more users into affiliate marketing. But choosing the right affiliate plugin for your website can sometimes be a difficult task. In this comparison, we'll take a look at the top two affiliate management plugins for WordPress - Affiliates Manager and WP Affiliate Platform. … [Read more...]
Gmail SMTP Plugin for WordPress
Gmail SMTP is an advanced SMTP mailing plugin for WordPress for sending an email via Gmail SMTP server. Unlike most SMTP plugins It uses the OAuth 2.0 protocol to authorize access to the Gmail API instead of password authentication. … [Read more...]