Commit Graph

10 Commits

Author SHA1 Message Date
Robin Cornett 261c0e1599 Update image size references
Where possible, use the newly registered image size. The original image
size will be available to call on for backup, for images uploaded prior
to WordPress 5.3.
2019-10-23 18:47:15 -04:00
Robin Cornett b4628b3e36 Set up site to use new WordPress image sizes
WordPress is adding new image sizes in version 5.3, so our custom image
size is redundant. Keeping it in for back compat, plus older images
will still need to be retrieved using the old image size name, or else
the original size will be used in lieu of a correctly sized option.
2019-10-22 17:29:46 -04:00
Robin Cornett 7006c61b9e Change how the post meta is retrieved 2019-08-22 09:10:55 -04:00
Robin Cornett f9d229a13e Fix deprecated version number 2019-06-21 11:24:47 -04:00
Robin Cornett 99ec121a43 Add moved descriptions functions to output class
These actually just call the new/moved functions in the descriptions
class, but in case anyone has code which relies on them being in the
output class, they'll still work, just be flagged as deprecated.
2019-06-21 11:02:18 -04:00
Robin Cornett f6e9e8567d Fix post meta check 2019-06-21 09:07:56 -04:00
Robin Cornett 8ed9cdb9a1 Move description/intro related functions to description class 2019-05-17 18:01:50 -04:00
Robin Cornett 7fb40b18a4 Update banner image class 2019-05-14 14:29:06 -04:00
Robin Cornett 670b841708 Add a common helper function/instance 2019-05-14 14:25:46 -04:00
Robin Cornett e1784a02af Rearrange output/meta files 2019-05-14 13:42:34 -04:00