Template Tags / pageName()
Description
Gets the name of the current page, duh.
Usage
<?php echo pageName(); ?>
Examples
<h1 id="<?php echo pageSlug(); ?>"><?php echo pageName(); ?></h1>
Gets the name of the current page, duh.
<?php echo pageName(); ?>
<h1 id="<?php echo pageSlug(); ?>"><?php echo pageName(); ?></h1>