2 yabba May 13, 2006 12:51
![](https://forums.b2evolution.net/media/users/yabba/profile_pictures/.evocache/1693279350432fc95d975f2.jpg/crop-top-80x80.jpg?mtime=1372015408)
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
In a nutshell .... yes ;)
¥
i wonder if there would be a similar option for the "archives" page? (the one you get when clicking "more..")
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
}
?>
¥
yes, it is. thanks again!
jeff
This should accomplish what you want :-
¥