Set up your wordpress site on dokku

This is mostly cribbed from Jasmine Tracey’s excellent post at dev.to. There were a couple things that needed to be added and some local tweaks for me, so I put this here for my own reference. The most critical thing is the need for SSL settings in wp-config.php. I have enough sites that I should […]

CiviCRM Shortcodes for WordPress

The five possible components are: Contribution and Event components can be put in test mode with mode=”test” In addition, any of these can specify a hijack option and they will replace all other content on that page rather than being display inline. This looks like hijack=”1″. Force: A force attribute is mentioned in the code […]

CiviCRM WordPress Upgrade checklist

A quick list version of the upgrading doc at CiviCRM.org with a few personal notes. ssh to server ensure everything is backed up right now, not last night. This is normally handled automatically on a daily basis by ManageWP and also by a local msqldump process. Disable CiviCRM logging because of DB upgrade issues. Administer->System […]