• Ikenna

    (@flixya4gabby)


    I meet a blog that explained to me how I can add read more tags on wordpress static pages. But the probelem is that it is not working in my theme. I am a great fan of bp-columns theme and I love it, but i just can’t figure out how to do this one. I am at the finishing line of my project, such that when I complete this, I will be good to go. This is what I have done so far:
    Firstly, I pasted this code inside the loop as they ordered in my bp-columns index.php page.
    <?php global $more; $more = 0; ?>
    <?php the_content(‘Continue Reading’); ?>

    All it does it to duplicate the content. There is no readmore tag attached to it at the end.
    Again, I realized that buddypress olumns have this read more tag but it is not working either. Any help on this will deeply be appreciated!

    <?php the_content( __( ‘Read the rest of this entry →’, ‘buddypress’ ) ); ?> <?php wp_link_pages( array( ‘before’ => ‘<div class=”page-link”><p>’ . __( ‘Pages: ‘, ‘buddypress’ ), ‘after’ => ‘</p></div>’, ‘next_or_number’ => ‘number’ ) ); ?>

  • The topic ‘How to Add Readmore Tag in my bp-columns theme’ is closed to new replies.