BuddyBoss Home – Web Support Forums Themes BuddyBoss theme Featured image issue

Viewing 4 posts - 1 through 4 (of 4 total)
  • Question

    #44791
    @terjehelonline

    Hi, just updated the theme and noticed all my featured images suddenly appearing on top of every post which screws up the layout of every one of them. Any way to turn this off permanently?

    Answers

    #44838

    Anonymous
    @

    Hi @terjehelonline , we have added featured image support, you can override it if you do not need
    Please copy content.php to your child theme from parent theme , and remove following code from content.php inside your child theme

    
    <?php if (is_single()): ?>
                <?php if ( has_post_thumbnail() ) : ?>
    				<div class="entry-post-large">
    					<?php the_post_thumbnail('large'); ?>
    				</div>
    			<?php endif; ?>
            <?php endif; ?>
    

    Regards
    Varun Dubey

    #45057
    @terjehelonline

    Thanks, worked like a charm!

    #45077

    Anonymous
    @

    🙂 Glad it worked, i will close this topic, feel free to open new for any other issues.

Viewing 4 posts - 1 through 4 (of 4 total)
  • The question ‘Featured image issue’ is closed to new replies.