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 <shanehil...@gmail.com>

> 2009/7/22 João Cândido de Souza Neto <j...@consultorweb.cnt.br>
>
> > 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

Reply via email to