Skip to main content

WordPress Shortcodes

Shortcodes for WordPress-specific functionality.

i4w_author_display_name – This shortcode will display the current page/post author’s “display name”, as defined in...

This shortcode will display the current page/post author’s “display name”, as defined in the WordPress user profile.

This shortcode does NOT supports conditional branching with [ELSE_author_display_name].

Shortcode nesting is NOT supported.

View Documentation →
i4w_author_email – This shortcode will display the current page/post author’s email address.

This shortcode will display the current page/post author’s email address.

This shortcode does NOT supports conditional branching with [ELSE_author_email].

Shortcode nesting is NOT supported.

View Documentation →
i4w_author_first_name – This shortcode will display the current page/post author’s first name.

This shortcode will display the current page/post author’s first name.

This shortcode does NOT supports conditional branching with [ELSE_author_first_name].

Shortcode nesting is NOT supported.

View Documentation →
i4w_author_last_name – This shortcode will display the current page/post author’s last name.

This shortcode will display the current page/post author’s last name.

This shortcode does NOT supports conditional branching with [ELSE_author_last_name].

Shortcode nesting is NOT supported.

View Documentation →
i4w_author_nicename – This shortcode will display the current page/post author’s “nicename”, which is a sanitized...

This shortcode will display the current page/post author’s “nicename”, which is a sanitized version (slug name) of the author’s “display name”.

This shortcode does NOT supports conditional branching with [ELSE_author_nicename].

Shortcode nesting is NOT supported.

View Documentation →
i4w_author_nickname – This shortcode will display the current page/post author’s “nickname”, as defined in the...

This shortcode will display the current page/post author’s “nickname”, as defined in the WordPress user profile.

This shortcode does NOT supports conditional branching with [ELSE_author_nickname].

Shortcode nesting is NOT supported.

View Documentation →
i4w_author_url – This shortcode will display the current page/post author’s URL, as defined in the WordPress user...

This shortcode will display the current page/post author’s URL, as defined in the WordPress user profile.

This shortcode does NOT supports conditional branching with [ELSE_author_url].

Shortcode nesting is NOT supported.

View Documentation →
i4w_blog_desc – This shortcode will return the same output information as the WordPress function...

This shortcode will return the same output information as the WordPress function get_bloginfo(‘description’):

the Tagline set in Administration ?Settings ?General .

This data is retrieved from the _blogdescription_ record in the wp_options table __

This shortcode does NOT supports conditional branching with [ELSE_blog_desc]

Shortcode nesting is NOT supported.

View Documentation →
i4w_blog_email – This shortcode will return the same output information as the WordPress function...

This shortcode will return the same output information as the WordPress function get_bloginfo(‘admin_email’):

The Administrator’s E-mail address set in Administration ?Settings ?General . This data is retrieved from the _admin_email_ record in the wp_options table __

This shortcode does NOT supports conditional branching with [ELSE_blog_email].

Shortcode nesting is NOT supported.

View Documentation →
i4w_blog_name – This shortcode will return the same output information as the WordPress function get_bloginfo(‘name’):

This shortcode will return the same output information as the WordPress function get_bloginfo(‘name’):

returns the Weblog title set in Administration ?Settings ?General . This data is retrieved from the _blogname_ record in the wp_options table .

This shortcode does NOT supports conditional branching with [ELSE_blog_name].

Shortcode nesting is NOT supported.<

View Documentation →
i4w_blog_url – This shortcode will return the same output information as the WordPress function get_bloginfo(‘url’):

This shortcode will return the same output information as the WordPress function get_bloginfo(‘url’):

the Blog address (URI) is the URL for your blog’s web site address and is set in Administration ?Settings ?General . This data is retrieved from the _home_ record in the wp_options table .

This shortcode does NOT supports conditional branching with [ELSE_blog_url].

Shortcode nesting is NOT supported.

View Documentation →
i4w_bloginfo – This shortcode is the shortcode equivalent of the WordPress get_bloginfo() function:

This shortcode is the shortcode equivalent of the WordPress get_bloginfo() function:

Theget_bloginfo() function returns information about your blog which can then be used elsewhere in your PHP code. This function, as well as bloginfo(), can also be used to display your blog information.

This shortcode does NOT supports conditional branching with [ELSE_bloginfo].

Shortcode nesting is NOT supported.

View Documentation →
i4w_nonce_create – This shortcode enables you to embed a random, one-time use token in your page or post content...

This shortcode enables you to embed a random, one-time use token in your page or post content with the appropriate nonce tokens to be used for origin verification.

This shortcode does NOT supports conditional branching with [ELSE_nonce_create].

Shortcode nesting is NOT supported.

View Documentation →
i4w_nonce_field – This shortcode enables you to embed a WordPress none field in your page or post content.

This shortcode enables you to embed a WordPress none field in your page or post content.

This shortcode does NOT supports conditional branching with [ELSE_nonce_field].

Shortcode nesting is NOT supported.

View Documentation →
i4w_nonce_url – This shortcode enables you to embed a WordPress URL in your page or post content with the...

This shortcode enables you to embed a WordPress URL in your page or post content with the appropriate nonce tokens.

This shortcode does NOT supports conditional branching with [ELSE_nonce_url].

Shortcode nesting is NOT supported.

View Documentation →
i4w_permalink – This shortcode returns the permalink of the current page or post if no ID is specified or that of...

This shortcode returns the permalink of the current page or post if no ID is specified or that of another page/post if an ID is provided.

This shortcode does NOT supports conditional branching with [ELSE_permalink].

Shortcode nesting is NOT supported.

View Documentation →
i4w_postid – This shortcode enables you to display a post’s or page’s ID.

This shortcode enables you to display a post’s or page’s ID.

This shortcode does NOT supports conditional branching with [ELSE_postid].

Shortcode nesting is NOT supported.

View Documentation →
i4w_signup_url – This shortcode returns a link to the “signup” URL specified in the “Plugin Options” panel, if any.

This shortcode returns a link to the “signup” URL specified in the “Plugin Options” panel, if any. The anchor text is passed as a parameter in the shortcode’s tag.

This shortcode does NOT supports conditional branching with [ELSE_signup_url].

Shortcode nesting is NOT supported.

View Documentation →
i4w_themedir – This shortcode returns the path to the current theme’s directory.

This shortcode returns the path to the current theme’s directory.

This shortcode does NOT supports conditional branching with [ELSE_themedir].

Shortcode nesting is NOT supported.

View Documentation →
i4w_title – This shortcode returns the title of the current post or page.

This shortcode returns the title of the current post or page.

This shortcode does NOT supports conditional branching with [ELSE_title].

Shortcode nesting is NOT supported.

View Documentation →
i4w_wpcf – This shortcode provides a simple mechanism to display the content of a WordPress custom field in a post...

This shortcode provides a simple mechanism to display the content of a WordPress custom field in a post or page.

This shortcode does NOT supports conditional branching with [ELSE_wpcf].

Shortcode nesting is NOT supported.

View Documentation →
i4w_wpuser – This shortcode provides a simple mechanism to display the content of a WordPress user or user meta field.

This shortcode provides a simple mechanism to display the content of a WordPress user or user meta field.

This shortcode does NOT supports conditional branching with [ELSE_wpuser].

Shortcode nesting is NOT supported.

View Documentation →