sub-pages appearing as excerpts problem
-
I’ve set my index.php page to only show excerpts of posts as there’s an awful lot in each category, to make then easier to search.
The problem is, this index.php page is also the one used to display my sub-pages, so their content also appears in excerpt format. Ideally I’d like the sub-pages to use my single.php, single page format.
Does anybody know how I can resolve this please>
<!– <?php the_content(__(‘(more…)’)); ?> –>
<?php the_excerpt(_(‘(more…)’)); ?>
Viewing 10 replies - 1 through 10 (of 10 total)
Viewing 10 replies - 1 through 10 (of 10 total)
- The topic ‘sub-pages appearing as excerpts problem’ is closed to new replies.