Ted Turner <http://www.brainyquote.com/quotes/authors/t/ted_turner.html> - "Sports is like a war without the killing." 2009/7/23 Shane Hill <shanehill00@xxxxxxxxx> > 2009/7/22 João Cândido de Souza Neto <joao@xxxxxxxxxxxxxxxxxxx> > > > You made a mistake in your code: > > > > <?php the_title(); ?> > > > > must be: > > > > <?php echo the_title(); ?> > > > <?= the_title(); ?> Short tag and not recommended as its deprecated now, would be void at PHP 6.0