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

Recent Posts by Tags

الوصف

This plugin creates a new widget which allows you to show recent posts by tags. The default Recent Posts widget in WordPress shows recent posts belonging to all categories. But this plugin gives you the option to show recent posts by tags. It is helpful if you are mainly using tags to categorize your posts.

Visit developer’s blog at prasannasp.net

Support: Please post your support questions at Recent Posts by Tags plugin support forum

Visit this page for more WordPress Plugins from the developer.

لقطات الشاشة

  • Recent Posts by Tags widget options. Wordpress tag is selected
  • Recent Posts by Tags widget in sidebar showing recent posts tagged in WordPress tag.

التنصيب

  1. Extract recent-posts-by-tags.zip archive

  2. Upload the recent-posts-by-tags folder to your wp-content/plugins directory.

  3. Activate the plugin through the ‘Plugins’ menu in WordPress.

  4. Go to Appearance –> Widgets to add the widget to any widgetized areas.

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

How to style the widget?

The widget inherits the style of default WordPress Recent Posts widget. You can use .rpbt-item CSS calss to style it.

Example

.rpbt-item {
    font-weight: bold;
    font-size: 14px;
    list-style: disc inside;
}

المراجعات

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

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

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

المساهمون

ترجمة ”Recent Posts by Tags“ إلى لغتك.

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

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

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

1.1

  • Added option to show post date. Code taken from Recent Posts widget in WordPress 3.5

1.0

  • Initial public release