A shortcode is a WordPress-specific code that lets enhance your post or widget editor to display complex code with a simple snippet of text in brackets. Shortcodes can embed files or create objects that would normally require lots of complicated, ugly code in just one line. Shortcode = shortcut. If you are getting started with shortcodes, read this tutorial.
Post Shortcodes
Shortcode:
[post_date]
Arguments: before, after, format, label
Example:
[post_date format="F j, Y" label="Posted: "]
Shortcode:
[post_time]
Arguments: before, after, format, label
Example:
[post_date format="g:i a"]
Shortcode:
[post_author]
Arguments: before, after
Example:
[post_author before="<em>" after="</em>"]
Shortcode:
[post_author_link]
Arguments: before, after, nofollow
Example:
[post_author_link before="<b>" after="</b>"]
Shortcode:
[post_author_posts_link]
Arguments: before, after
Example:
[post_author_posts_link before="<b>" after="</b>"]
Shortcode:
[post_comments]
Arguments: before, after, zero, one, more, hide_if_off
Example:
[post_comments zero="No Comments" one="1 Comment" more="% Comments"]
Shortcode:
[post_tags]
Arguments: before, after, sep
Example:
[post_tags sep=", " before="Tags: "]
Shortcode:
[post_categories]
Arguments: before, after, sep
Example:
[post_categories sep=", " before="Categories: "]
Shortcode:
[post_edit]
Arguments: before, after, link
Example:
[post_edit before="<b>" after="</b>"]
Shortcode:
[post_terms]
Arguments: before, after, sep, taxonomy
Example:
[post_terms taxonomy="category"]
Footer Shortcodes
Shortcode:
[footer_backtotop]
Arguments: before, after, text, href, nofollow
Example:
[footer_backtotop text="Top" href="#"]
Shortcode:
[footer_copyright]
Arguments: before, after, copyright, first
Example:
[footer_copyright first="2022"]
Shortcode:
[footer_childtheme_link]
Arguments: before, after
Example:
[footer_childtheme_link before ="·"]
Shortcode:
[footer_bizznis_link]
Arguments: before, after
Example:
[footer_bizznis_link before="<b>" after="</b>"]
Shortcode:
[footer_bizzthemes_link]
Arguments: before, after
Example:
[footer_bizzthemes_link before="<b>" after="</b>"]
Shortcode:
[footer_wordpress_link]
Arguments: before, after
Example:
[footer_wordpress_link before="<b>" after="</b>"]
Shortcode:
[footer_loginout]
Arguments: before, after, redirect
Example:
[footer_loginout redirect="https://bookingwp.com/support"]