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

Title Icon

الوصف

Title Icon plugin

Displays a small icon or smiley in the title. You have to add <?php if (function_exists('the_title_icon')) the_title_icon(); ?> to your index.php, single.php, page.php, archive.php
before or after the <?php the_title(); ?>

Title Icon plugin works together with:

  • LMB^Box Smileys plugin (http://aboutme.lmbbox.com/lmbbox-plugins/lmbbox-smileys/)
  • Smilies Themer plugin (http://rick.jinlabs.com/code/smilies-themer/)

لقطات الشاشة

  • An example of how the title and the icon will look like

التنصيب

  1. Upload title-icon.php to the /wp-content/plugins/ directory
  2. Activate the plugin through the ‘Plugins’ menu in WordPress
  3. Optionally add add_filter('title_icon', 'my_title_icon_filter'); to your code
  4. When editing a post, add title_icon Custom Field

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

What should I add to the ‘title_icon’ Custom Field?

Use the BBCode format: [img]the_url_of_the_icon[/img]
For example: [img]https://wordpress.org/favicon.ico[/img]

How do I use it with LMB^Box Smileys?

Add the smiley’s code to the Custom Field.
For example: :smile_wp:

المراجعات

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

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

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

المساهمون

ترجمة ”Title Icon“ إلى لغتك.

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

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

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

0.3

  • Fixed compatibility with LMB^Box Smileys