• Resolved moonwoff

    (@moonwoff)


    My content-text is not showing properly. There is more text than it´s shown, and I don´t know from where the [ and ] comes…
    I haven´t tried to get such “read more”-link or anything. My text just suddenly became like it´s now at my webpage.

    <div class="entry-content">
    <?php the_excerpt( __( 'Read More <span class="meta-nav">&raquo;</span>;', 'sandbox' ) ) ?>
    </div>

    My webpage.

    Thanx in advance!

Viewing 3 replies - 1 through 3 (of 3 total)
  • Thread Starter moonwoff

    (@moonwoff)

    I think I solved the problem, I changed the one in archive.php from
    <?php the_excerpt( __( 'Read More <span class="meta-nav">&raquo;</span>;', 'sandbox' ) ) ?>

    with the one I have in index.php
    <?php the_content('Read the rest of this entry &raquo;'); ?>

    and now the hole text is shown.

    Hopefully did I right!

    Try changing:

    <?php the_excerpt( __( 'Read More <span class="meta-nav">&raquo;</span>;', 'sandbox' ) ) ?>

    to:

    <?php the_content( __( 'Read More <span class="meta-nav">&raquo;</span>;', 'sandbox' ) ) ?>
    Thread Starter moonwoff

    (@moonwoff)

    It work also as you said. Thanx!

    This is solved now!

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘excerpt deletes text’ is closed to new replies.