2 austriaco Feb 20, 2008 15:38

 
 

Austriaco,
Thanks, that did the trick.
RocketDude

Austriaco,
Thanks, that did the trick.
RocketDude

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' =>.