Activity

  • TechTcr started the topic Full Post vs Excerpt in the forum BuddyBoss 3.0 10 years, 1 month ago

    You once gave me this code to get the full post vs default excerpt.

    change on content.php

    “<?php the_excerpt(); ?>
    to
    <?php the_content(); ?>”

    Of course that is a change on the parent theme which gets overwritten every update.

    I took the content.php, made the change and uploaded the full file to the child theme.

    Is this a correct way to handle this (It is working). Will I get unexpected results somewhere else down the line.

    Is there a more targeted way other than copying the entire file. I tried just that like of code but it was ignored.

    Thanks,