João Cândido de Souza Neto wrote:
> You made a mistake in your code:
> 
> <?php the_title(); ?>
> 
> must be:
> 
> <?php echo the_title(); ?>
> 

I haven't used worpress in a long time, but the the_title() function
might echo the title unless you pass the FALSE parameter, in which case
it just returns it.

-- 
Thanks!
-Shawn
http://www.spidean.com

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to