• Resolved 8bit7

    (@8bit7)


    Perhaps it is wordpress, or my theme, or buddypress, or youzify …I do not know which… but when someone posts a status it only shows a short excerpt and then a read more link.

    I have tried finding settings for this but I do not see one.

    How can I extend this excerpt to a longer length? I can change it in the code if necessary.

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter 8bit7

    (@8bit7)

    Fixed it. It was buddypress! Add this to your themes functions.php file

    function px_bp_activity_excerpt_length() { return 750; } add_filter('bp_activity_excerpt_length', 'px_bp_activity_excerpt_length');

    Plugin Support Youzify

    (@kainelabsteam)

    Hello @8bit7

    Sorry for not attended you earlier. But I am glad to hear you have sorted it out by yourself. ??

    Best Regards, KaineLabs Team.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Change status text excerpt length?’ is closed to new replies.