Skip to content

Instantly share code, notes, and snippets.

@ZellSnippets
Created September 14, 2013 14:34
Show Gist options
  • Save ZellSnippets/6562526 to your computer and use it in GitHub Desktop.
Save ZellSnippets/6562526 to your computer and use it in GitHub Desktop.
PHP: WP: Genesis Shortcodes
<?
// Post Shortcodes
[post_date]
[post_time]
[post_author]
[post_author_link]
[post_author_posts_link]
[post_comments]
[post_tags]
[post_categories]
[post_edit]
[post_terms]
// Footer Shortcodes
[footer_backtotop]
[footer_copyright]
[footer_childtheme_link]
[footer_genesis_link]
[footer_studiopress_link]
[footer_wordpress_link]
[footer_loginout]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment