Опис
This plugin will provide a widget that allows you to display a list of terms from any custom (or built-in) taxonomy with a list of recent posts filed in each term. The terms are displayed in a list with each term’s posts shown in a nested list.
Features
- Widget Title
- Taxonomy to pull terms from
- Number of posts to show per term
- Multiple instances of the widget
Встановлення
- Upload ‘posts-by-taxonomy-widget.php’ to the
/wp-content/plugins/
directory - Activate the plugin through the ‘Plugins’ menu in WordPress
Відгуки
Для цього плагіна немає відгуків.
Учасники та розробники
“Posts By Taxonomy Widget” — проект з відкритим вихідним кодом. В розвиток плагіну внесли свій вклад наступні учасники:
УчасникиПерекладіть “Posts By Taxonomy Widget” на вашу мову.
Цікавитесь розробкою?
Перегляньте код, перегляньте сховище SVN або підпишіться на журнал розробки за допомогою RSS.
Журнал змін
1.0.3
- Fixed undefined index errors
- Added esc_attr()
1.0.2
- Fixed undefined index errors
- Improved data sanitation
- Changed number field to a number field type
- Improved markup and general code formatting