Skip to content

Instantly share code, notes, and snippets.

@jpcontrerasv
Created January 14, 2016 23:21
Show Gist options
  • Save jpcontrerasv/261816c240479156977b to your computer and use it in GitHub Desktop.
Save jpcontrerasv/261816c240479156977b to your computer and use it in GitHub Desktop.
The Title
<?php bloginfo('name'); ?>&nbsp;<?php if ( is_home() ) { ?><? } else { ?> / <?php
echo empty( $post->post_parent ) ? get_the_title( $post->ID ) : get_the_title( $post->post_parent );
?><? } ?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment