Skip to:
Content
Pages
Categories
Search
Top
Bottom

Read more […]


  • transmission
    Participant

    @transmission

    Hi,
    In my activity stream the read more link appears so: […] and I am unable to click on it to reveal to goto the post. I have tried searching but havent come across anything.

    I did read about doing this in wordpress and came across this code:

    `// Puts link in excerpts more tag
    function new_excerpt_more($more) {
    global $post;
    return ‘ID) . ‘”> Read the full article…‘;
    }
    add_filter(‘excerpt_more’, ‘new_excerpt_more’);`

    Is it possible to adapt this to work in buddypress? Seems a bit strange that you cant click to keep reading the full post.

    Thanks for your help.

  • The topic ‘Read more […]’ is closed to new replies.
Skip to toolbar