Workaround to Override WordPress Shortcode and Display the [] Brackets Tags Workaround अधिरोहण WordPress Shortcode और प्रदर्शित करने के लिए [] brackets टैग

WordPress has added a new function named shortcode with API that WordPress developers and programmers to write plugins that create macro codes for use in post content beginning from WordPress एक नया समारोह एपीआई के साथ shortcode कि WordPress डेवलपर्स और प्रोग्रामर है कि पोस्ट में उपयोग की सामग्री के लिए शुरुआत से मैक्रो कोड बनाने plugins लिखने के लिए नाम शामिल है WordPress version 2.5 WordPress संस्करण 2.5 . . Essentially shortcode is an easy-to-use feature where bloggers just need to insert a bracket-delineated strings that can be magically expanded at runtime to reflect actual dynamic contents., without the need to deal with complex HTML and embed codes. मूलतः shortcode एक आसान उपयोग की सुविधा के लिए जहां ब्लॉगर्स बस एक कोष्ठक डालने के लिए तार कि जादुई क्रम में वास्तविक गतिशील सामग्री को प्रतिबिम्बित करने के लिए विस्तारित किया जा सकता है चित्रित की जरूरत है., जरूरत परिसर एचटीएमएल और एम्बेड कोड से निपटने के लिए बिना.

The problem is that to embed shortcode in WordPress posts or pages, authors have to enclose the shortcode in [ and ] brackets, with certain sting inside. समस्या WordPress पदों या पृष्ठों में एम्बेड करने के लिए shortcode है, लेखकों में shortcode लगाना होगा [और कुछ डंक के अंदर के साथ] कोष्ठक,. What if you need to write and display the a true and genuine text, which is not shortcode, but have to enclose within brackets (”[" and "]“), and so coincidentally, the the whole text with brackets is one of the shortcodes created and declared in WordPress environment? यदि आप लिखने के लिए और जो shortcode नहीं है कि एक सच्चा और वास्तविक पाठ, प्रदर्शन, जरूरत पर कोष्ठक के भीतर बंद करना पड़ता है ( "[" और "]"), और संयोग, कोष्ठक के साथ पूरे पाठ से एक का क्या है shortcodes बनाया और WordPress वातावरण में घोषित कर दिया? For example, WordPress comes built-in with [gallery] shortcode, distracting users ability to type “gallery” word in brackets. उदाहरण के लिए, WordPress निर्माण में आता [गैलरी] shortcode, टाइप करने के लिए "गैलरी" ब्रैकेट में शब्द क्षमता प्रयोक्ताओं distracting के साथ.

If the text in bracket that you type magically disappear and appear as some other content type (will likely to happen more as more plugins embrace shortcode), you can simply leave a space between one of the bracket and the affected text string in the bracket. और अधिक के रूप में और अधिक plugins shortcode आलिंगन यदि कोष्ठक कि तुम प्रकार जादुई गायब दिखाई कुछ अन्य सामग्री प्रकार के रूप में पाठ (संभावना) होने करेंगे, तो आप बस एक वर्ग के और ब्रैकेट में प्रभावित पाठ स्ट्रिंग के बीच में एक जगह छोड़ सकते हैं. But this workaround would make the text appears to be weird and not beautiful. लेकिन इस workaround पाठ प्रतीत होता होगा और सुंदर नहीं अजीब.

The more recommended way is to type the brackets using numeric character reference, aka ISO Latin-1 code. जितना अधिक की सिफारिश की तरह इस कोष्ठक संख्यात्मक चरित्र संदर्भ का उपयोग करने के प्रकार के लिए, उर्फ आईएसओ लाटिन-1 कोड है. The “[" and "]” brackets do not have HTML entity, thus users will have to remember the numeric character reference for the brackets. इस "[" और "]" कोष्ठक, इसलिए उपयोगकर्ताओं को कोष्ठक के लिए संख्यात्मक चरित्र संदर्भ याद करना होगा HTML इकाई नहीं है.

[ => [
] => ]

As shown in figure above, to type “[" and make sure that it's always appear as "[" without affecting by shortcode, type [ replacing the [ . The same applied to ] , which should be replaced with ] . जैसा कि इसके बाद के संस्करण की संख्या में टाइप करने के लिए "दिखाया [" और यकीन है कि यह हमेशा प्रकट रूप में "[" shortcode द्वारा, प्रकार को प्रभावित किए बिना बनाना [इस [. वही करने के लिए आवेदन], जिसके साथ प्रतिस्थापित किया जाना चाहिए की जगह] ;.

IMPORTANT : You're reading a machine translated page which is provided "as is" without warranty. महत्वपूर्ण: तुम एक यंत्र के रूप में "वारंटी के बिना होता है, जो" प्रदान की जाती है पृष्ठ अनुवाद पढ़ रहे हैं. Unlike human translation, machine translation does not understand the grammar, semantics, syntax, idioms of natural language, thus often produce inaccurate and low quality text which is misleading and incomprehensible. मानव अनुवाद के विपरीत, मशीन अनुवाद, जिससे अक्सर गलत और निम्न गुणवत्ता पाठ जो गुमराह कर रहे हैं और समझ से बाहर उपज का व्याकरण, अर्थ विज्ञान, वाक्यविन्यास, प्राकृतिक भाषा के मुहावरे को समझ नहीं है. Thus, please refer to इस प्रकार, कृपया देखें original English article मूल अंग्रेजी लेख when in doubt. जब संदेह में है.



One Response to “Workaround to Override WordPress Shortcode and Display the [] Brackets Tags” एक उत्तर अधिरोहण WordPress Shortcode और प्रदर्शन को [] brackets टैग करने के लिए "workaround"

  1. Workaround to Override WordPress Shortcode and Display the [] Brackets Tags (Excerpt) » My Digital Life Workaround अधिरोहण WordPress Shortcode और प्रदर्शन को [] brackets टैग (अंश) »मेरे डिजिटल जीवन के लिए
    April 17th, 2008 10:51 अप्रैल, 17 2008 10:51
    1 1

    [...] reading Workaround to Override WordPress Shortcode and Display the [] Brackets Tags at Tip and [...] [...] पढ़ने workaround अधिरोहण WordPress Shortcode और प्रदर्शित करने के लिए [] टिप पर brackets टैग और [...]

Leave a Reply एक उत्तर दें छोड़ दो

You can use these tags: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong> आप इन टैग्स: <a href="" का उपयोग कर सकते हैं title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <डेल datetime = ""> <em> <i> <q cite=""> <strike> <strong>

Subscribe to comments feature has been disabled. सुविधा को निष्क्रिय कर दिया गया है टिप्पणी करने के लिए सदस्यता लें. To receive notification of latest comments posted, subscribe to , पोस्ट नवीनतम टिप्पणी की सूचना प्राप्त करने के लिए की सदस्यता Tip and Trick Comments RSS feed टिप और छल टिप्पणियाँ आरएसएस फ़ीड or या register to receive रजिस्टर प्राप्त करने के लिए new comments in daily email digest. दैनिक ईमेल में नई टिप्पणियाँ डाइजेस्ट.
Custom Search

Incoming Search Terms for the Article के लिए खोज नियम आने के अनुच्छेद

wordpress shortcode WordPress shortcode - -- wordpress gallery shortcode WordPress गैलरी shortcode - -- wordpress shortcodes WordPress shortcodes - -- wordpress youtube shortcode WordPress youtube shortcode - -- shortcode wordpress shortcode WordPress - -- gallery shortcode गैलरी shortcode - -- wordpress WordPress - -- wordpress override function समारोह ओवरराइड WordPress - -- wordpress shortcode not working WordPress काम नहीं कर shortcode - -- gallery shortcode wordpress गैलरी shortcode WordPress - -- wordpress brackets WordPress कोष्ठक - -- wordpress shortcodes not working WordPress काम नहीं कर shortcodes - -- override wordpress function समारोह WordPress ओवरराइड - -- wordpress gallery short code WordPress गैलरी शॉर्ट कोड - -- wordpress short code संक्षिप्त कोड WordPress - -- wordpress override gallery गैलरी ओवरराइड WordPress - -- wordpress shortcode feed shortcode फ़ीड WordPress - -- shortcodes wordpress shortcodes WordPress - -- wordpress override functions कार्य ओवरराइड WordPress - -- wordpress override shortcode shortcode ओवरराइड WordPress - -- wordpress override gallery shortcode गैलरी shortcode ओवरराइड WordPress - -- gallery shortcode not working गैलरी काम नहीं कर shortcode - -- wordpress shortcode youtube shortcode youtube WordPress - -- wordpress bracket tags ब्रैकेट टैग WordPress - -- wordpress override ओवरराइड WordPress - -- gallery shortcode example गैलरी shortcode उदाहरण - -- youtube shortcode youtube shortcode - -- override function wordpress समारोह WordPress ओवरराइड - -- wordpress gallery shortcode override WordPress गैलरी shortcode ओवरराइड - -- wordpress gallery shortcode replace WordPress गैलरी shortcode की जगह - -- excerpt shortcode अंश shortcode - -- override gallery wordpress गैलरी WordPress ओवरराइड - -- wordpress gallery shortcode example WordPress गैलरी shortcode उदाहरण - -- wordpress shortcode excerpt shortcode अंश WordPress - -- wordpress 2.5 gallery shortcode 2.5 गैलरी shortcode WordPress - -- flickr shortcode Flickr shortcode - -- wordpress shortcode comments shortcode टिप्पणियाँ WordPress - -- wordpress override html html ओवरराइड WordPress - -- display wordpress media gallery प्रदर्शन WordPress मीडिया गैलरी - -- wordpress gallery override WordPress गैलरी ओवरराइड - -- wordpress gallery excerpt WordPress गैलरी अंश - -- wordpress call shortcode from function समारोह से WordPress फोन shortcode - -- wordpress gallery shortcode not working WordPress गैलरी काम नहीं कर shortcode - -- using wordpress gallery shortcode WordPress गैलरी shortcode का उपयोग - -- html entities wordpress shortcode HTML संस्थाओं shortcode WordPress - -- enable wordpress shortcode shortcode WordPress सक्षम - -- wordpress shortcode flickr shortcode Flickr WordPress - -- wordpress short code youtube संक्षिप्त कोड youtube WordPress - -- display brakets प्रदर्शन brakets - -- override WordPress functions WordPress कार्यों ओवरराइड - --