2010-07-26, 23:55:47
return_page_title() returns the page title. To display the title, you should:
or -simpler- use this other function:
More here: http://get-simple.info/docs/theme-codex
Code:
<?php echo return_page_title(); ?>
Code:
<?php get_page_title(); ?>