printmyblog
printmyblog copied to clipboard
Include Author Box
See https://wordpress.org/support/topic/including-a-custom-content-to-the-printed-page/ Note how they're website has a section all about the author at the bottom.
- [ ] find where that info is stored
- [ ] display it (maybe it's part of the theme? if not, it will be part of the design)
- [ ] make it optional when printing individual posts (maybe via a shortcode at the end of a project too?) Would make sense to be included in https://github.com/mnelson4/printmyblog/issues/355
I provided a workaround snippet on the linked-to support request (which requires knowing some HTML).