Woocommerce Storefront WordPress Ignore Media Gallery Images and use External 3rd Party Host

OK, firstly we have done this before using Magento and it worked well, but with WordPress? Well, here is the problem and the plan… The Problem For a few reasons we wish to use a 3rd Party host for all our e-commerce images in the Storefront Theme of Woocommerce. As we are using an import … Read more

Deploy WordPress From Local Docker to Hosting Provider

I’ve seen articles that teach how to migrate WordPress into Docker containers (see also here). I want to do the opposite. I am already running WordPress locally via Docker on my Windows 10 laptop. I want to migrate my local (containerized) WordPress instance into a hosted provider (e.g. WP Engine, GoDaddy, Bluehost, etc.). I don’t … Read more

Scheduled posting not working

I have WordPress 3.5.1 and I use Bluehost hosting service. When I schedule posts after that time passed, WP posts dashboard shows “Missed schedule” message under the date. Then I checked my wp-config.php has define(‘DISABLE_WP_CRON’, true); there’s no such a define line. Then I added define(‘DISABLE_WP_CRON’, false); under the database lines. After that I added … Read more

Google Site and WordPress

Can WordPress be used through Google Sites? Instead of creating a blog at WordPress itself, I’m considering to make a mesh of a website and blog using Google Sites and WordPress source code, but I’m not sure how to do this, or even if it’s possible. What do you think? 1 Answer 1 Because Google … Read more

WordPress-site can be reached on x.x.x.x/index.php – but not directly on the IP without index.php

Brand new WordPress install with Avade Theme installed on RPi 4 – works fine when I access it on http://203.0.113.111/index.php from an external connection, but if I remove the index.php I get nothing – connection refused. Is this normal behaviour? Shouldn’t I get redirected to the WP installs index page right away? I’ve forwarded port … Read more