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: [civicrm component=”contribution” id=”x”] shows a contribution page specified by the id attribute. Event: [civicrm component=”event” action=”register” id=”x”] and [civicrm component=”event” action=”info” id=”x”] shows either a registration or information page for the event specified by the id attribute. User dashboard: [civicrm component=”user-dashboard”] shows the current user’s dashboard page Profile: [civicrm […]

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 […]