My theme doesn't have the_content()
-
Hello,
I am using a theme that doesn’t appear to have the_content() in the index.php. As a result it is displaying the full post on the home page which now goes on for ages (long posts).
I just want to display excerpts but cannot do it as there is no the_content() to replace with the_excerpt() ?
The index.php reads:
<?php get_template_part('content', 'before'); ?> <div class="content"> <?php get_template_part('loop', 'homepage'); ?> </div><!-- .content --> <?php get_template_part('content', 'after'); ?>
Grateful for any assisstance.
Here is the theme: https://fthemes.com/pressweek-free-wordpress-theme/
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘My theme doesn't have the_content()’ is closed to new replies.