show full post
-
Hallo i asked this a while ago but i don’t think the answer i got was correct.
my site https://www.drivelikeaitalian.org/
my Question was: how can i show complete posts on a page and not just a part of the post. Ive tried different plugins and i tried adding the <more> tag but i cant get it working
miocene22 answered that i should change the_excerpt(); tag into the_content(): tag in my index file.
i found my index file but there was no the_excerpt(); tag.what i did find was this 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>
but how and were can i put in a tag to show the whole post?
lisa
- The topic ‘show full post’ is closed to new replies.