1 jeffcapeshop May 13, 2006 12:21
3 jeffcapeshop May 13, 2006 13:01
excellent, works perfectly. thank you!
what is it actually doing? are the $x just things which are specific to the individual-post pages? (just a guess, i'm not much of a programmer!)
anyway, thanks!
jeff
4 yabba May 13, 2006 13:06
In a nutshell .... yes ;)
¥
5 jeffcapeshop May 13, 2006 19:33
i wonder if there would be a similar option for the "archives" page? (the one you get when clicking "more..")
6 yabba May 14, 2006 10:57
I think this is what you mean :-
<?php
if ( !$p and !$more & !$c and !isset($b) & !$pb & !$paged and !( isset( $disp ) and $disp == 'arcdir' ) ){
?>
<!-- put your permanent post here -->
<?php
}
?>
¥
7 jeffcapeshop May 14, 2006 16:34
yes, it is. thanks again!
jeff
This should accomplish what you want :-
¥