I would like to have some text at the top portion of the blog page so I can introduce my blogs, etc. This would be below the nav bar. Can I do this and still have the blog summaries assemble below this text?
Hello, Go to blog.php present in your theme directory and add the code given below Code: <?php if (have_posts()) : the_post(); ?> <?php the_content(); ?> <?php endif; ?> check image for reference Now, go to Pages > All pages and click on edit option of blog page and add your text in text editor. Thanks & Regards Gourav Shrivastava