How to show an entire post content and not also the excerpt?
in content.php change <?php the_excerpt(); ?> with <?php the_content(); ?> Or use this content.php file instead. I made changes in your content.php <?php /** * The default template for displaying content * * Used for both single and index/archive/search. * * @package WordPress * @subpackage AsperTheme * @since AsperTheme 1.0 */ ?> <!– Create a … Read more