Open laurelfulford opened 4 years ago
Voicing strong support for this enhancement. I ended up having to put a lot of custom functions into a Newspack child theme in order to be able to successfully reorder the post footer elements on our site.
The order we chose for the footer elements was:
Post Meta (created an area for placement of a post byline, list of all categories, tags, and timestamp) Adjacent Posts Related Posts Comments / Discussion
We're also using a Below Content widget.
It would be great to have a UI to support this to negate the need for writing custom functions.
It would be handy to be able to reorder elements in the post footer. These can include:
Somewhat related to https://github.com/Automattic/newspack-theme/issues/754 (in that the resolution to that issue is necessary to be able to move the Related Posts, regardless what mechanism we're using).
One approach could be a drag and drop panel in the Customizer (similar to widgets or menus), like:
... or there might be a better UI approach -- it needs some exploration.
Some considerations:
.entry-content
(Related Content, Below Content Widget) are not being styled using that container on any sites, since they will need to be moved into the same.entry-footer
space as the tags, author bio and comments.