'See more' not always showing in search results
-
I’m having trouble with the ‘see more’ link in search results. It shows for some posts and not others. Example: https://easylowcarbdietplan.com/?s=diet
I’m using a child theme of twenty twelve. In search.php it seems to have the same code as for the index page, i.e. `<?php /* Start the Loop */ ?>
<?php while ( have_posts() ) : the_post(); ?>
<?php get_template_part( ‘content’, get_post_format() ); ?>
<?php endwhile; ?>`So I thought it should show the more tag (which says ‘Continue Reading’) as it does on category results e.g. https://easylowcarbdietplan.com/category/articles/
but I guess something is overriding that?I don’t care whether it says ‘continue reading’ or ‘see more’ but I’d like one or the other at the end of every extract, not just some extracts.
I tried deactivating all plugins, that made no difference.
Any ideas? Thanks, Rosemary
- The topic ‘'See more' not always showing in search results’ is closed to new replies.