content instead of excerpt
-
(Sorry, I searched for this and saw some related topics but I’m seeing something different in my code.) – Please see url http://http://testing.backstageweb.net/?page_id=39
Instead of the […] abbreviated posts, I want to see the whole post, but in my custom-blog-page.php file, I don’t see anything that refers to “the_excerpt”, I see this:
<?php $page = (get_query_var('paged')) ? get_query_var('paged') : 1; query_posts("showposts=4&paged=$page"); ?> <?php while ( have_posts() ) : the_post(); ?> <?php get_template_part('content','archive'); ?> <?php endwhile; ?>I am new to theme development… can anyone help me out?
Thank you,
John
Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
The topic ‘content instead of excerpt’ is closed to new replies.