विवरण
This plugin enables the use of [if] shortcodes to work with conditional logic based on the existence of post meta or taxonomy terms on posts and pages.
Please consider taking a minute to rate the plugin or let me know any feature request. Thanks!
Taxonomy
With conditional logic for taxonomy terms, you can use names, slugs or term_ids:
- [if taxonomy=”category” slug=”cars”]Content to show[/if]
- [if taxonomy=”category” name=”Cars”]Content to show[/if]
- [if taxonomy=”category” id=”123″]Content to show[/if]
Post Meta
Post meta (or custom field) logic can be used to check if a certain meta_key AND meta_value combination are present or just a meta_key:
- [if postmeta=”car_model”]Content to show if car model info is present[/if]
- [if postmeta=”car_model” value=”Tesla Model S”]Content to show if car model is Tesla Model S[/if]
स्थापना
- Upload the plugin files to the
/wp-content/plugins/
directory, or install the plugin through the WordPress plugins screen directly. - Activate the plugin through the ‘Plugins’ screen in WordPress
प्रश्नोत्तर
- Where can I use the logic?
-
Anywhere where shortcodes are accepted and a post or page is being displayed.
समीक्षाहरू
यस प्लगिनको लागि कुनै समीक्षाहरू छैनन्।
योगदानकर्ता र डेभलपरहरू
“Logic Shortcodes” खुला स्रोत सफ्टवेयर हो। निम्न व्यक्तिहरूले यो प्लगिनमा योगदान गरेका छन्।
योगदानकर्ताहरू“Logic Shortcodes” लाई आफ्नो भाषामा अनुवाद गर्नुहोस्
विकासमा रुचि छ?
आरएसएस द्वारा कोड ब्राउज गर्नुहोस्, एसभीएन रिपजिटरी हेर्नुहोस्, वा विकास लग को सदस्यता लिनुहोस्।
चेन्जलग
1.0
- Initial upload