Created
September 14, 2013 14:34
-
-
Save ZellSnippets/6562526 to your computer and use it in GitHub Desktop.
PHP: WP: Genesis Shortcodes
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<? | |
// 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