http://wpmu.org/wordpress-hide-page-title-or-post-title-on-a-case-by-case-basis/
in style.css ganz unten wenn Titel weg soll zB:
- #post-1 .post-title {display: none;}
- #post-26 .meinepage_title {display: none;}
in style.css:
- #widecolumn width: 72%;
- #widecolumn-right: width: 70%;
- #sidebar: width: 12%;
in page.php <h2><?php the_title(); ?></h2> erweitert zu: <h2 class=“meinepage_title“><?php the_title(); ?></h2>
