be20pilot
Member
Posted 1 month ago #
Hi
I have a static page that has an article with lots of information, however I would like to reduce the size of it on display by inserting the more tag. I've tried doing it the old fashion way but it does not work from the edit page screen. Thanks
Kevan
be20pilot
Member
Posted 1 month ago #
Can you tell me which php folder I am to post this in?....Is it the page.php or index.php. Thanks
<?php
global $more;
$more = 0;
?>
//The code must be inserted ahead of the call to the content
<?php the_content('Continue Reading'); ?>