Genesis Footer Shortcodes
Below is a list of shortcodes that can be used in the site footer.
[footer_copyright]
This function produces the copyright. Here is a list of attributes for this short code:
copyright – Default: ©
first- Text/markup to place between the copyright symbol and the copyright date.
before – Text/markup to place before the copyright.
after – Text/markup to place after the copyright.
Example:
[footer_copyright first="2005"]
Output: © 2005–2016
---------------------------------
[footer_childtheme_link]
This function produces the child theme link. Here is a list of attributes for this short code:
before – Text/markup to place before the childtheme link. Default: ·
after – Text/markup to place after the childtheme link.
Example:
[footer_childtheme_link before ="·"]
Output: · Prose Theme
Note: Must be supported by Child Theme
---------------------------------
[footer_genesis_link]
This function produces the genesis theme link. Here is a list of attributes for this short code:
before – Text/markup to place before the genesis theme link.
after – Text/markup to place after the genesis theme link.
Example:
[footer_genesis_link]
Output: Genesis Framework
---------------------------------
[footer_studiopress_link]
This function produces the StudioPress link. Here is a list of attributes for this short code:
before – Text/markup to place before the StudioPress link. Default: “by”
after – Text/markup to place after the StudioPress link.
Example:
[footer_studiopress_link]
Output: by StudioPress
---------------------------------
[footer_wordpress_link]
This function produces the WordPress link. Here is a list of attributes for this short code:
before – Text/markup to place before the WordPress link.
after – Text/markup to place after the WordPress link.
Example:
[footer_wordpress_link]
Output: WordPress
---------------------------------
[footer_loginout]
This function produces the log in/out link. Here is a list of attributes for this short code:
redirect – set redirect to a URL on login.
before – Text/markup to place before the log in/out link.
after – Text/markup to place after the log in/out link.
Example:
[footer_loginout redirect="http://www.studiopress.com/features/genesis"]
Output: Log out