Wordpress plugins
Conditional Tags Shortcode

Conditional Tags Shortcode

Version : 0.1
Tested up to : 4.7.6
Number of download : 920
Average rating : 5 / 5 on 2 votes 2 votes, 5 avg.rating

Screenshots

Conditional Tags Shortcode
Conditional Tags Shortcode
Conditional Tags Shortcode
Conditional Tags Shortcode

With this shortcode you can take control of where the content is displayed. Usage You can use all the conditional tags WordPress provides. Checkout examples below. Show text only on the homepage: [if is_front_page] The text [/if] Show text only on the About page of the site: [if is_page=”about”] The text [/if] Show only on the category archive view: [if is_category] The text [/if] You can add “not_” before the conditional tag to reverse the logic, example: Show on all pages of the site except the homepage: [if not_is_front_page] The text [/if] OR Using multiple parameters, the content is displayed when either of the conditions are met (“OR” comparison), for example, show text on both category and tag archive pages: [if is_category is_tag] The text [/if] AND To set multiple conditions you can nest the shortcode, for example show text only on homepage AND if the user is logged in: [if is_user_logged_in][if is_front_page] The text [/if][/if] Show a link to wordpress.org site, only on single post pages and only on mobile devices: [if wp_is_mobile][if is_single] WordPress [/if][/if]

Download now