Page showing recent posts as excerpts..
-
I know this is a simple function, but for some reason the standard WP setting is no longer working.
In the ‘Reading’ settings, i can choose how many posts and where to show the whole post or the excerpt. This appears to be broken, and so, what im looking for is the code to slip into a template to get it to show the 10 most recent posts as excerpts…
I should be able to re-cylce the Archive code form the parent 2011 theme im using;
<?php /* Run the loop to output the page. * If you want to overload this in a child theme then include a file * called loop-page.php and that will be used instead. */ get_template_part( 'loop', 'page' ); ?>But thats not working… any pointers ?
Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
The topic ‘Page showing recent posts as excerpts..’ is closed to new replies.