1 daniel Sep 28, 2008 20:57
3 daniel Sep 28, 2008 21:26
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...
4 tilqicom Sep 28, 2008 21:33
internal one within the post loop will display, just delete the one between #content and #main not the one inside the #content
5 daniel Sep 28, 2008 23:33
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
6 tilqicom Sep 29, 2008 00:19
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