show post by category in tmpl
-
Hi everyone.
Thanks for reading, I am a relatively new user to wordpress.
I am looking to show posts by a specific category on a page (the page has a custom template, the template code is shown below). All help much appreciated.
<?php /* Template Name: meetings */ ?> <?php get_header(); ?> <div id="content" role="main"> <div id="mainContent"> <div class="post"> <h2>Meetings</h2> <p>All posts under meetings</p> </div> </div> <?php include("sideNav.php"); ?> </div> <?php get_footer(); ?>
Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
- The topic ‘show post by category in tmpl’ is closed to new replies.