changing excerpt to full post
-
I have searched (https://www.ads-software.com/support/topic/a-problem-showing-full-posts?replies=9) and find tons of posts on this but they all say the same thing. To go to search.php and find
<? php the_excerpt(); ?>
and change it to<? php the_content(); ?>
in the Loop. When I find<?php /* Start the Loop */ ?>
it has this in it instead<?php while ( have_posts() ) : the_post(); ?>
I can only assume one of the WP updates changed this somehow? How do I see the full post and not just an exceprt? Is there something I add to this? It’s happening the same with categories and archives. If I do replace it with<? php the_content(); ?>
then I get nothing but the title of the post repeated over and over and over again. Can someone tell me how to fix this or even where in the docs to find this?
- The topic ‘changing excerpt to full post’ is closed to new replies.