Get Posts Per Category
-
I just want posts that I have put in a category called “About” to show on this page called about. There should some coding that allows to get posts where cat=75 ( category equals 75). How can I do that?
An arguement to a function.
<?php/*
Template Name: About
*/
?>
<?php get_header('about'); ?>
<!-- START LOOP -->
<div id="content" class="narrowcolumn"><?php if (have_posts()) : while (have_posts()) : the_post(); ?>
<div class="post" id="post-<?php the_ID(); ?>">
<!--<h1 class="titlePage"><?php the_title(); ?></h1>-->
<div class="entry">
<h2><b>All Work</b> <span class = "orange">and No Play, Inc.</span> is exactly what is guaranteed </h2>
- Our employees will arrive promptly
- Maintain Communication
- Be prepared to begin work immediately
- Trained employees to display courtesy, open-mindessness and desire to acheive quality results
- We Adjust to your schedule
or email us <b><u>to request a quote</u></b>
The blog I need help with is: (visible only to logged in users)
-
You are posting to the wrong support forum. You need to post to this one instead > http://wordpress.org/support/
More clarity required then read this > http://support.wordpress.com/com-vs-org/
- The topic ‘Get Posts Per Category’ is closed to new replies.