BuddyBoss Home – Web Support Forums Themes BuddyBoss theme post excerpts / summary

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

    #48564
    @iambrett

    Hello, I have searched and found some info on this problem but it’s several years old so I want to make sure I’m supposed to edit functions.php for this.

    I have blog posts set to display on the homepage, under the slider.

    Problem is, even when I set the posts to summary vs full text in wordpress reading options, the posts STILL show as full text. Some posts are very long and I need to only show a summary.

    Please advise and TIA 🙂

    Answers

    #48588

    Anonymous
    @

    Hi @iambrett
    “posts to summary vs full text in wordpress reading options” those options are for RSS feed not for the post display.

    for the search, archive & home pages excerpt codes is already used

    
    <?php the_excerpt(); ?>
    

    you can take a look of content.php inside the BuddyBoss theme
    on the single post view full content will be displayed
    Regards
    Varun Dubey

    #48619
    @iambrett

    So how do I make all of the posts on the homepage show as excerpts?

    Can you please tell me, step by step?

    Thanks again

    #49123

    Anonymous
    @

    Hi @iambrett
    Please check following, i have included details already
    Seems You have posted your topic in BuddyBoss forum, instead of Boss Forum.
    https://www.buddyboss.com/support-forums/topic/boss-1-2-2-blog-page-error/
    Regards

    #49173
    @iambrett

    the link says

    “you can modify the content.php inside the child theme as per your requirement
    You will need to replace following codes inside the content.php”

    however, I do not see in the child theme a content.php file only a functions.php and I don’t see the code referenced in there.

    ???

    #49280

    Anonymous
    @

    Hi @iambrett, Please copy content.php from parent theme and paste inside the child theme.
    Regards

Viewing 6 posts - 1 through 6 (of 6 total)
  • The question ‘post excerpts / summary’ is closed to new replies.