Automattic / newspack-theme

A theme for Newspack.
https://newspack.com
GNU General Public License v2.0
306 stars 64 forks source link

Post Footer: Reordering elements #1003

Open laurelfulford opened 4 years ago

laurelfulford commented 4 years ago

It would be handy to be able to reorder elements in the post footer. These can include:

image

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:

image

... or there might be a better UI approach -- it needs some exploration.

Some considerations:

avcascade commented 6 months 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.