Hello, I would like to change this so that the front page displays the entire posts instead of just a snipet. How do I do this? Thanks, Bradley
Hello, Go to the loop.php file present in your theme directory and replace the code given below Code: <?php the_content(); ?> in place of Code: <?php the_excerpt(); ?> as shown in the image given below This will solve your issue.