hi.

i can't see content titles at full view. teaser view is OK. my theme is http://themebot.com/gallery/?g2_itemId=32809

and my web site is www.yeni.web.tr

thanks

Comments

heather’s picture

hmm... it looks like your node template is first checking "is this a page?"

in node.tpl.php:

   * <?php if ($page == 0): ?> *
    <h2 class="title">
      <a href="<?php print $node_url ?>"><?php print $title; ?></a>
    </h2>
  * <?php endif; ?> *

so remove the php "if" check for a page, (the lines in between the * ) and just print the title anytime the post appears. not sure how it will work with the rest of your theme, but give it a go!

good luck!

sakarya’s picture

thanks.. it is OK.