Footer Shortcode Reference

The list below comprises shortcodes that are suitable for the site footer, each accompanied by an example format and corresponding output:

See the Shortcodes Overview for information on how to use shortcodes.

Footer Copyright #

[footer_copyright]

This function produces the copyright. Here is a list of attributes for this shortcode:

  • 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 output and corresponding shortcode:

© 2005–2016

[footer_copyright first="2005"]

Footer Childtheme Link #

[footer_childtheme_link]

This function produces the child theme link. Here is a list of attributes for this shortcode:

  • before – Text/markup to place before the childtheme link. Default: &middot
  • after – Text/markup to place after the childtheme link.

Example output and corresponding shortcode (Note: This feature must be supported by your child theme.):

· Agency Pro

[footer_childtheme_link before ="· "]

Footer Genesis Link #

[footer_genesis_link]

This function produces the genesis theme link. Here is a list of attributes for this shortcode:

  • before – Text/markup to place before the genesis theme link.
  • after – Text/markup to place after the genesis theme link.

Example output and corresponding shortcode:

Genesis Framework

[footer_genesis_link]

Footer WordPress Link #

[footer_wordpress_link]

This function produces the WordPress link. Here is a list of attributes for this shortcode:

  • before – Text/markup to place before the WordPress link.
  • after – Text/markup to place after the WordPress link.

Example output and corresponding shortcode:

WordPress

[footer_wordpress_link]

Footer Loginout #

[footer_loginout]

This function produces the log in/out link. Here is a list of attributes for this shortcode:

  • 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 output and corresponding shortcode:

Log out

[footer_loginout redirect="http://www.appfinite.com/themes"]
What are your feelings