1. Home
  2. Knowledge Base
  3. BuddyBoss Theme
  4. Theme Options
  5. How to Show Page Featured Image in BuddyBoss Theme

How to Show Page Featured Image in BuddyBoss Theme

You can show the page feature image overridden by the BuddyBoss Theme via the child theme. Follow the below process to override,

  • Kindly copy the page.php from the buddyboss-theme inside your child theme
  • After that, you need to add your thumbnail code into page.php below I have added the code:

if (has_post_thumbnail()) { the_post_thumbnail('large', array('class' => 'your-custom-class')); }

The page.php looks like the below screenshot:

Was this article helpful?

Related Articles

Subscribe to Our Newsletter

Stay In Touch

Subscribe to our Newsletter, and we’ll send you the latest news from BuddyBoss

This field is for validation purposes and should be left unchanged.
This field is hidden when viewing the form

To speak to our Agency consultant, fill in the form found at our Contact Page.