pressbooks / pressbooks-aldine

Aldine is the default root theme for Pressbooks.
https://pressbooks.org/
GNU General Public License v3.0
11 stars 7 forks source link

feat: use featured image when provided #358

Closed fdalcin closed 1 year ago

fdalcin commented 1 year ago

Issue #189, pressbooks/pressbooks-network-catalog#13

This PR changes the behaviour of the page layout to render the post featured image when provided. If no featured image is provided we fallback the the old behaviour.

How to test

  1. Set the featured image for any post and visit the post to see the featured image being rendered
  2. Set the customizer header image and make sure the featured image has a higher priority
  3. With pressbooks-network-catalog disabled, try to force set a featured image for the catalog page and make sure it's not rendered in the Aldine Catalog
  4. With pressbooks-network-catalog enabled you should see the featured image instead of the default background image

Note To force set a featured image change the Catalog page template to "Default template", update the image and then change the template back to "Catalog"