Viewing 1 replies (of 1 total)
  • Plugin Author Paul Bearne

    (@pbearne)

    you will need to use a filter to truncation and add the “read more…”

    https://authoravatars.wordpress.com/documentation/fliters/

    The one you need is the aa_user_biography_filter // filters the biography / user description

    from the code
    $biography = apply_filters( ‘aa_user_biography_filter’, $biography );

    if just want to truncate the bio then this will do it for you
    aa_user_bio_length

Viewing 1 replies (of 1 total)
  • The topic ‘Limit Charactors in biography using shortcode’ is closed to new replies.