Thread Starter
feron
(@feron)
Don’t worry, fixed it with this:
<?php global $more;
$more = 0; ?>
Thanks for all your help.
Thread Starter
feron
(@feron)
One more thing…
when using this code, it doesn’t seem to work with the <!–more–> quicktag. It just displays the whole post.
any thoughts??
Thread Starter
feron
(@feron)
thanks again.
is it possible to replace the “some Page Title” with the current page the user is on??
So that if new pages and categories are created then i won’t have to keep updating the .php file
Thread Starter
feron
(@feron)
that is great! thanks.
do you think instead of:
if (is_page(’21’) ) {
$cat = array(12);
it would work as:
if (is_page(‘$title’) ) {
$cat = array(title);
so as long as the pages and categories have the same name, the relevant content will be displayed.