I'm trying to figure out how to have a latest post blog loop on every page in my footer. This is my theme: http://lwebdesigns.net/blog/. How do you make a loop for the blog content on every page?
This is the code I am using:
Footer:
<div class="fourcolumn"> <h2>Latest Post</h2> <?php if ( ! have_posts() ) : ?> <h1>Not Found</h1> <p>Apologies, but no results were found for the requested archive. Perhaps searching will help find a related post</p> <?php endif; ?>
This is the code I am using:
Footer:
Functions: