Day 20 – 2016

by | Apr 20, 2016 | 2016 | 0 comments

So I have now edited every page on this site to use the DIVI page builder. Now – with this very post I am going to be testing post by email!

Finger crossed – let’s see how it goes!

 

*UPDATE*

After a wee bit of tweaking to allow Jetpack through the .htaccess file:

<IfModule mod_setenvif.c>
 <Files xmlrpc.php>
 BrowserMatch "Poster" allowed
 BrowserMatch "WordPress" allowed
 BrowserMatch "Windows Live Writer" allowed
 BrowserMatch "wp-iphone" allowed
 BrowserMatch "wp-android" allowed
 BrowserMatch "Jetpack by WordPress.com" allowed
 Order Deny,Allow
 Deny from All
 Allow from env=allowed
 </Files>
</IfModule>

I can get most of what I want up quickly – I still need to go in and edit the page to change the featured image and a couple of other things.