Fullpost on homepage
-
Hi,
I am using Agam theme. I want to display full post contents on homepage, NOT summary.
I put these codes in the content.php but it is not working:
<?php if( !is_single() && !is_home() ): // If anything other than blog loop or single, show excerpt content ?> <?php the_excerpt(); ?> <?php else: // Else if blog loop or single post, show full content ?> <?php the_content( __( 'Continue reading <span class="meta-nav">→</span>', 'agama' ) ); ?> <?php endif; ?>
It is used to work before but after an update of the theme, it is not now…
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘Fullpost on homepage’ is closed to new replies.