I'm trying to format the blog page on my Colorway Pro theme website to show the entire blog post, rather than showing just a snippet and then requiring people to click on "Continue Reading" to see the entire thing. Can anyone tell me how to do this? I am FAR from a coding pro, so layman's terms, as well as step-by-step instructions would be much appreciated!! Thanks
Hello, For this go to Appearance > Editor / blog.php and replace code '<?php the_excerpt(); ?>' at line number 42 with code given below Code: <?php the_content(); ?> and remove some code as shown in image.