FORUMS CLOSED DUE TO SPAM. YOU STILL CAN ADD POST!

article titles

Feed 2 posts, 3 voices

Avatar
1 posts

Yet another question, hopefully i have some credits left.

I don’t want to display the title of a page, as my navigation already gives enough indication. However disabling the <?php echo $this->title(); ?> in my layout also removes the title of a single article as well. An untitled wall of text isn’t very charming, hence my question; is there a way to show this title, but disable the others. Thanks in advance.

 
Avatar
108 posts

Please post your code so we can see an example but im guessing from what you said that your article code should be in a seperate snippet and shouldnt be affected by you removing the code below from your layout.

<?php echo $this->title(); ?>
 
Avatar
3 posts

I have the same problem – see it at afraid-to-dream.net. I don’t want to display the page title above the articles (Home page, Articles,…), but when you delete the line from layout, then when you open one single article, the title of it also disapears…
Articles are not in snippet, they are in the layout.
Anyone could help?