Апісанне
This plugin creates a new widget which lets you show a list of recent posts based on categories or tags. This is a must have plugin if you want to exclude some categories in recent posts widget or if you want to show recent posts based on tags. By default the wordpress recent posts widget shows a posts from all category. But this plugin gives you more power to customize your recent posts widget. You can also display post date in the widget.
See the live action of this plugin on demo site or on Kennneth John Odle’s blog.
Have any questions or suggestions? Create a thread in the support forum.
Visit this page for more WordPress Plugins from the developer.
Скрыншоты







Ўсталёўка
Extract the contents of the .zip archive
Upload the
custom-recent-posts-widgetfolder to yourwp-content/pluginsdirectory.Activate the plugin through the ‘Plugins’ menu in WordPress.
Go to Appearance –> Widgets to add the widget to any widgetized areas.
Часта задаваныя пытанні
- Installation Instructions
-
-
Extract the contents of the .zip archive
-
Upload the
custom-recent-posts-widgetfolder to yourwp-content/pluginsdirectory. -
Activate the plugin through the ‘Plugins’ menu in WordPress.
-
Go to Appearance –> Widgets to add the widget to any widgetized areas.
-
- How to style the widget?
-
The widgets inherit the style of default WordPress Recent Posts widget. You can use
.crpw-itemand.crpw-tag-itemCSS class to style Custom Recent Posts Widget and Custom Recent Posts by Tags Widget respectively.Example
.crpw-item { font-weight: bold; font-size: 14px; list-style: disc inside; }
Водгукі
На гэты плагін няма водгукаў.
Удзельнікі і распрацоўшчыкі
“Custom Recent Posts Widget” з’яўляецца праграмным забеспячэннем з адкрытым зыходным кодам. Наступныя людзі ўнеслі свой уклад у гэты плагін.
УдзельнікіПеракласці “Custom Recent Posts Widget” на вашу мову.
Зацікаўлены ў распрацоўцы?
Праглядзіце код, праверце SVN рэпазітарый, або падпішыцеся на журнал распрацоўкі па RSS.
Журнал змяненняў
2.1.1
- Changed classname back to
widget_recent_entries. No more confusions. All themes should be happy now. Thanks Adam Parnala for bringing my attention to this issue.
2.1
- Added option to show post date. Code taken from Recent Posts widget in WordPress 3.5
- Changed classname
Note: If it doesn’t show recent posts after updating the plugin, go to widgets and just hit Save button in the Recent Posts widget configuration
2.0
- Added Custom Recent Posts by Tags Widget. You can show recent posts based on tags.
- Removed style sheet and changed classname to
widget_recent_entries. So, widget will inherit the style of default WordPress Recent Posts widget.
1.1
- Changed class names
- Updated style sheet
- Using
crpw_register_widgetsfunction to register the widget - Added another screen shot
1.0
- Initial public release