BuddyBoss Home – Web › Support Forums › Solutions › Social Learner › Two blog post titles showing?
Tagged: two titles blog double
- This topic has 6 replies, 3 contibutors, and was last updated 9 years, 1 months ago by Anonymous.
Question
September 21, 2015 at 4:35 pm #46757@onefreeinternetHi 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.
-CAnswers
September 21, 2015 at 5:22 pm #46759@peppe-sapienzaYou 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.
September 21, 2015 at 5:25 pm #46762@onefreeinternetVery interesting feature, I love it. 🙂 Thank you!!!!
September 23, 2015 at 12:35 pm #46959@
AnonymousHi @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 DubeySeptember 23, 2015 at 12:48 pm #46965@onefreeinternetThanks Varun. 🙂 Will report soon on how that works.
-CSeptember 23, 2015 at 4:09 pm #46976@peppe-sapienza@onefreeinternet @vapvarun glad to help you 😉
September 24, 2015 at 7:05 am #47001@
Anonymousi will close this for now, patch will be added inside Boss theme shortly
Regards
- The question ‘Two blog post titles showing?’ is closed to new replies.