هذه الإضافة لم يتم تحديثها وتجربتها لأكثر من 3 إصدارات ووردبريس رئيسية. قد لا تكون خاضعة للصيانة أو تقدم الدعم والمساعدة بالوقت الحالي وقد تكون بها مشاكل في التوافق عند إستخدامها مع إصدارات حديثة من ووردبريس.

Literal Shortcode

الوصف

A shortcode used to display other shortcodes, html tags, and ascii characters without having them reverted by the WYSIWYG editor. Does [ ], < >, and custom chr codes with several easy to remember shortcodes for each.

Readme Generator

Support

Donations

Donations are graciously accepted to support the continued development and maintenance of this and other plugins. We currently accept Paypal and kind words.

لقطات الشاشة

  • It's a shortcode, you can't really do it justice with a screenshot, so here's a picture of Maru the cat.

التنصيب

  1. Download the latest zip file and extract the literal-shortcode directory.
  2. Upload this directory inside your /wp-content/plugins/ directory.
  3. Activate ‘Literal Shortcode’ on the ‘Plugins’ menu in WordPress.
  4. Insert the shortcode in a post or page (replacing category-slug with an acutal slug name) to return the number of posts in that category.

الأسئلة المتكررّة

How do I add this into my posts?

To display the shortcode [gallery] without invoking it, you would type [brace]gallery[/brace].

If you need opening AND closing shortcodes, you’ll have to do it twice. So, to display [flv]uploads/maru.flv[/flv] without invoking it, you would type [brace]/flv[/brace]uploads/maru.flv[brace]flv[/brace].

To display the html tag <div> without invoking it, you would type [arrow]div[/arrow].

To insert a custom ascii character, you would type [chr num=”##”] where ## is the character code you want to print.

Why did you make this?

I have a WordPress blog about WordPress stuff (very meta), so it’s helpful to be able to display code like this without having it executed, or reverted by the editor.

Can I change the shortcode?

Yes, just open literal-shortcode.php and add or change what text you want to trigger the shortcode in on of the arrays near the bottom. If this gets any kind of popularity, I’ll make that easier by adding an options page.

Can you add this feature I just thought of?

Can I? Yes. Will I? Yes, if I think it would be a helpful addition. I’m trying to keep things clean and simple, but there’s always room for improvement, so let me know if you think a feature is lacking!

المراجعات

لا توجد مراجعات لهذه الإضافة.

المساهمون والمطوّرون

“Literal Shortcode” هو برنامج مفتوح المصدر. وقد ساهم هؤلاء الأشخاص بالأسفل في هذه الإضافة.

المساهمون

ترجمة ”Literal Shortcode“ إلى لغتك.

مُهتم بالتطوير؟

تصفّح الشفرة، تحقق من مستودع SVN، أو الاشتراك في سجل التطوير بواسطة RSS.

سجل التغييرات

1.0.0

  • First released version.
  • There may still be bugs, but I can’t find any.