WordPress themes मैं Shortcodes कैसे add करे?

wordpress shortcodes kya he and how to add in wp themes

दोस्तों आज मैं आपको बताने जा रहा हूँ की कैसे आप अपने WordPress Theme में Shortcodes को कैसे add कर सकते हे।पहले देखते हे की What is meaning of wp shortcodes in hindi, यानि wp shortcode का Hindi में मतलब क्या हे।

WP Shortcode क्या हे?

Shortcodes एक special tag होता हे जिसे आप अपनी post में add करने से website में post देखते समय दूसरे content के साथ बदल जाता हे।

जैसे की कोई wp pluggin के [simple_wptree] को post में add करे, तो  उस Shortcode की जगह website की post में visitor को sitemap दिखता हे । यहाँ shortcode का स्थान पहलेसे निर्धारित content ले लेता हे।

आप ऐसे wp Shortcode को post में add कर चुके होंगे, यहाँ हम देखेंगे की इस wp shortcode को wordpress theme में कैसे लगाए?

WP Shortcode को WP Theme में कैसे use करे?

wordpress के do_shortcode() function की बजह से wp shortcode को आसानीसे theme में कहीभी add कर सकते हे। इससे वह shortcode का स्थान पहलेसे निर्धारित content ले लेगा।

Shortcode को use करने के लिए निन्मलिखीत  code theme में add करे :

<?php echo do_shortcode("[shortcode]"); ?>

यहाँ पर [example_shortcode] पर अपना shortcode लिखे।

Leave a Reply

Your email address will not be published. Required fields are marked *