/*Reverse sticky header*/
  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

Need Support?

Can't find the answer you're looking for?
Support

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

"*" indicates required fields

Get Started

Enter your name and email address to get started with your project...

Name*