Skip to content

Instantly share code, notes, and snippets.

@mrjasonweaver
Created March 7, 2012 16:36
Show Gist options
  • Save mrjasonweaver/1994246 to your computer and use it in GitHub Desktop.
Save mrjasonweaver/1994246 to your computer and use it in GitHub Desktop.
Storing Page Title with data attributes in WordPress
<?php $page_title = get_the_title($post->post_parent); ?>
<footer id="footer" data-theme="<?php echo bloginfo('stylesheet_directory'); ?>" data-page="<?php echo $page_title ?>" role="contentinfo">
</footer><!-- #footer -->
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment