Tagged Questions
2
votes
2answers
153 views
How do I modify this page template to show subpage excerpts (not post excerpts)?
I have made a page template which shows linked subpages using this bit of code:
<?php
$mypages = get_pages( array( 'child_of' => $post->ID, 'sort_column' => 'menu_order', 'sort_or
...
0
votes
1answer
221 views
Force WordPress to NOT display the manual excerpt
I'm forced to use manual excerpts on a number of my posts to integrate them with a shortcode plugin. However, this is interfering with how they're being displayed on an archive page (using a page ...
1
vote
1answer
611 views
Excerpts for Pages
I inserted an excerpt into a Page using the "More" button in WP GUI.
I have a custom loop-page.php from which I want to display the excerpt. But it appears to be empty?
Is it possible to display ...