1 rocketdude Feb 16, 2008 19:00
3 rocketdude Feb 24, 2008 03:22
Austriaco,
Thanks, that did the trick.
RocketDude
4 rocketdude Feb 24, 2008 03:25
Austriaco,
Thanks, that did the trick.
RocketDude
5 harishankar Feb 24, 2008 04:24
If you don't want it to view on "pages" as well, add this "if condition".
// ------------------------ TITLE FOR THE CURRENT REQUEST ------------------------
if ($disp != 'page')
request_title( array(
'title_before'=> '<h1>',
'title_after' => '</h1>',
'title_none' => '',
'glue' => ' - ',
'title_single_disp' => false,
'format' => 'htmlbody',
) );
// ----------------------------- END OF REQUEST TITLE ----------------------------
Somewhere in your skin main file (index.main.php) you have something like this:
To eliminate the top post title put false, instead of true after 'title_single_disp' =>.