Posts from one category shown on Page
-
I want to show posts from one category on a Page. So I made a template looking like:
<?php
+ the rest of the archive.php file pasted
/*
Template Name: Blog
*/
?>
<?php get_header(); ?>
<div id="content" class="narrowcolumn">
<?php query_posts("cat=12"); ?>The problem is the_content() shows whole posts and I want only excerpts (like on a normal blog page).
Could anybody help me with telling WP it should show exceprts of posts with links “read more”, not whole posts?
Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
- The topic ‘Posts from one category shown on Page’ is closed to new replies.