Whitelist the WooCommerce API when using the Force Login Plugin

Here’s how to whitelist any WooCommerce API request when using the Force Login plugin While the WP Force Login plugin is great for restricting access to a website that you want to keep private, it can also block requests to the WooCommerce API. We found this out the hard way after hours of digging we […]

Read more

WordPress URL Replacement Queries for MySQL

Replace WordPress development URLs with live URLs We often get the question about how to update URLs in WordPress after migrating from development to a live server. We feel it’s time to share a secret that will make your life a lot easier than updating each and every page, post and/or custom post in your site. […]

Read more

How to fix WP e-Commerce https issues

WP e-Commerce is an easy way to provide functionality to start selling products, downloads or services online. Like most software, WP e-Commerce has some bugs that need to be overcome. One of these bugs effects the security in default installs with an SSL certificate installed. The issue stems from non-https assets that are used by […]

Read more

WordPress RSS feeds

There are numerous built-in RSS feeds available through WordPress that can be added to your theme for visitors to subscribe to, all of which can be found here: https://codex.wordpress.org/WordPress_Feeds To get your feed to display as a subscription option in modern browsers, one of the following lines of code can be added to the head […]

Read more