Trying to Print Parent Title Rather Than Page Title in Genesis
-
How would I go about printing the parent title rather than the page title here, using the Enterprise Pro/Genesis theme:
‘
<div class=”featured-section”>
<div class=”wrap”>
<div class=”one-half first”>
<?php genesis_do_breadcrumbs();
genesis_do_post_title();
the_excerpt(); ?>
</div>
<div class=”one-half”>
<?php genesis_image( ‘size=page-featured’ ); ?>
</div>
</div>
</div>
‘
- The topic ‘Trying to Print Parent Title Rather Than Page Title in Genesis’ is closed to new replies.