Skip to content

Show featured image in post hero when available#165

Merged
CySSoO merged 1 commit intomasterfrom
cyssoo/fix-featured-image-display-in-overlay
Mar 9, 2026
Merged

Show featured image in post hero when available#165
CySSoO merged 1 commit intomasterfrom
cyssoo/fix-featured-image-display-in-overlay

Conversation

@CySSoO
Copy link
Contributor

@CySSoO CySSoO commented Mar 9, 2026

Motivation

  • Listings already display post thumbnails but the post detail hero overlay never showed the featured image because the template flag was hardcoded to false.

Description

  • Change show_featured_post assignment in controllers/front/post.php to be conditional and set it to !empty($file_url) so the hero background is used when a featured image URL exists.

Testing

  • Ran PHP lint on the modified file with php -l controllers/front/post.php and it returned no syntax errors.

Codex Task

@CySSoO CySSoO merged commit a9ebee3 into master Mar 9, 2026
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant