• kearaujo

    (@kearaujo)


    Is there any way to get rid of the LEARN MORE at the bottom of the page in Posts? We are using posts for short “Latest News” entries on our website, and don’t need them.

Viewing 1 replies (of 1 total)
  • That world be in your theme. probably in the the_content( or the_excerpt tag some where.

    In TwentyEleven it looks like:
    <?php the_content( __( 'Continue reading <span class="meta-nav">&rarr;</span>', 'twentyeleven' ) ); ?>

    chaning it to:

    <?php the_content( ); ?>

    removes it.

Viewing 1 replies (of 1 total)
  • The topic ‘Getting rid of LEARN MORE’ is closed to new replies.