Viewing 2 replies - 1 through 2 (of 2 total)
  • Find your index.php or whatever template file your site uses and look for the_excerpt();. Change it to the_content();

    Thread Starter lisabiziou

    (@lisabiziou)

    hallo miocene22

    i cant find the_excerpt. I can find this. Should i add the_content(); somewere here?

    <div class=”entry-content”>

    <?php the_content( __( ‘Read More <span class=”meta-nav”>»</span>’, ‘sandbox’ ) ) ?>

    <?php wp_link_pages(‘before=<div class=”page-link”>’ . __( ‘Pages:’, ‘sandbox’ ) . ‘&after=</div>’) ?>

    </div>

    lisa

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘show complete post’ is closed to new replies.