2 tilqicom Sep 28, 2008 21:10

Yeah, but I only want to delete the double "impressum" line on the linked page above... I don't want to delete the general headlines...
internal one within the post loop will display, just delete the one between #content and #main not the one inside the #content
Hah... it's working now...
I removed now the following from the index.main.php file, which I found in the used skin directory...
<?php
// ------------------------- TITLE FOR THE CURRENT REQUEST -------------------------
request_title( array(
'title_before'=> '<h2>',
'title_after' => '</h2>',
'title_none' => '',
'glue' => ' - ',
'title_single_disp' => false,
'format' => 'htmlbody',
) );
// ------------------------------ END OF REQUEST TITLE -----------------------------
?>
Hopefully I now have only deleted the double headline and nothing else...
Or can I only change any of the above variables and not deleting the whole paragraph.
Thanks tilqicom for the help!
Daniel
not at all daniel.. you dont have to worry, that was the one
most likely you have sth like <h2><?php $Item->title(); ?></h2> out side your post loop