BuddyBoss Home – Web Support Forums Solutions Social Learner Two blog post titles showing?

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

    #46757
    @onefreeinternet

    Hi again,

    I’m wondering what setting causes a blog post’s title to appear twice, and how can I fix it? The white text on top I’d like to change to one steady phrase, like ‘School News’, and leave the title in red, below.

    Please see attached.
    -C

    Answers

    #46759
    @peppe-sapienza

    You can fix by removing the title from the top bar with this custom css:

    h1.post-title.main-title {
    display: none;
    }
    

    And after you can add an image with your text as custom image post.

    #46762
    @onefreeinternet

    Very interesting feature, I love it. 🙂 Thank you!!!!

    #46959
    @vapvarun

    Hi @onefreeinternet, Thanks @peppe-sapienza for your input

    Please copy content.php inside child theme and remove
    Line 14 to line 22

     <?php if ( is_single() ) : ?>
                <!-- Title -->
                <header class="entry-header">
    
                        <h1 class="entry-title"><?php the_title(); ?></h1>
    
                </header><!-- .entry-header -->
            
             <?php endif; // is_single() ?>
    

    We will fix in next version
    Regards
    Varun Dubey

    #46965
    @onefreeinternet

    Thanks Varun. 🙂 Will report soon on how that works.
    -C

    #46976
    @peppe-sapienza

    @onefreeinternet @vapvarun glad to help you 😉

    #47001
    @vapvarun

    i will close this for now, patch will be added inside Boss theme shortly
    Regards

Viewing 7 posts - 1 through 7 (of 7 total)
  • The question ‘Two blog post titles showing?’ is closed to new replies.