Plugin yìí kò tíì ṣe àyẹ̀wò pẹ̀lú àwọn ìtújáde mẹ́ta pàtàkì tó kẹ́yìn ti WordPress. Ó lè jẹ́ pé a kò tọ́jú tàbí ṣe àtìlẹ́yìn fún un mọ́, ó sì lè ní àwọn ọ̀ràn ìbámu nígbà tí a bá lò ó pẹ̀lú àwọn ẹ̀yà WordPress tuntun.

Recent Posts with Excerpts

Àpèjúwe

A widget that lists your most recent posts with excerpts, optionally limited to a category. The number of posts and excerpts is configurable; for example, you could show the titles of five posts but include the excerpt for only the two most recent. Supports the_excerpt Reloaded and Advanced Excerpt for excerpts with HTML formatting.

New! Supports displaying post thumbnails along with excerpts. Widget options let you place the thumbnails above the title, in between the title and the excerpt, or below the excerpt.

Now on GitHub.

Translations

If you would like to send me a translation, please write to me through my contact page. Let me know which plugin youÌtumọ̀ Yorùbá: ’ve translated and how you would like to be credited. I will write you back so you can attach the files in your reply.

Àwọn àwòrán ìbòjú

  • The widget manager.
  • What is shown, given the settings shown in screenshot #1, using the default theme.

Ìgbéwọlẹ̀

  1. Upload the plugin directory to /wp-content/plugins/
  2. Activate the plugin through the ‘Plugins’ menu in WordPress

Go to Appearance → Widgets to add widgets to your sidebar in widget-ready themes.

FAQ

To style your excerpts, add a declaration for .recent_with_excerpt li blockquote to your themeÌtumọ̀ Yorùbá: ’s stylesheet.

To add a link to the bottom of the widgetÌtumọ̀ Yorùbá: ’s output, below the list, use the recent_posts_with_excerpts_end action. Example:

add_action( 'recent_posts_with_excerpts_end', 'my_recent_posts_more' );
function my_recent_posts_more() {
    echo '<a class="readmore" href="/news/archive">More</a>';
}

To add something above the list, use the recent_posts_with_excerpts_begin action instead.

Installation Instructions
  1. Upload the plugin directory to /wp-content/plugins/
  2. Activate the plugin through the ‘Plugins’ menu in WordPress

Go to Appearance → Widgets to add widgets to your sidebar in widget-ready themes.

Àwọn àgbéyẹ̀wò

Ka gbogbo àwọn àgbéyẹ̀wò 6

Àwọn Olùkópa & Olùgbéejáde

“Recent Posts with Excerpts” jẹ́ ètò ìṣàmúlò orísun ṣíṣí sílẹ̀. Àwọn ènìyàn wọ̀nyí ti ṣe ìkópa sí plugin yìí.

Àwọn Olùkópa

Túmọ̀ “Recent Posts with Excerpts” sí èdè rẹ.

Ṣe o nífẹ̀ẹ́ sí ìdàgbàsókè?

Ṣàwárí koodu, ṣàyẹ̀wò ibi ìpamọ́ SVN, tàbí ṣe àgbékalẹ̀ sí àkọsílẹ̀ ìdàgbàsókè nípasẹ̀ RSS.

Àkọsílẹ̀ àwọn àyípadà

2.6.1

  • The ‘recent_posts_with_excerpts_query’ filter now accepts a second parameter, $instance, to give developers access to the widgetÌtumọ̀ Yorùbá: ’s settings.

2.6

  • Constructor update.

2.5.5

  • New offset option, props Carlos Santana.
  • New option to ignore sticky posts, props Francesco Mele.

2.5.3

  • Added POT file.

2.5.2

  • Added ‘recent_posts_with_excerpts_query’ filter to allow modifications to the widgetÌtumọ̀ Yorùbá: ’s query.

2.5.1

  • Changed the_time() to get_the_time(), which prevents the date from appearing outside its intended heading tag.

2.5

  • Cleaned up empty classes.
  • Added actions to the top (recent_posts_with_excerpts_begin) and bottom (recent_posts_with_excerpts_end) of the widget output, for developers to customize. See the FAQ tab for an example.
  • Improved the thumbnail size dropdown.

2.4

  • Added support for displaying post thumbnails with the excerpts.
  • Localized strings for translators.

2.3.2

  • Fixed a bug in which limiting the posts to a category and/or tag would override the setting for the number of posts to display.

2.3.1

  • Fixing bugs and restoring “more” option broken in 2.3.

2.3

  • Added option to display the date.

2.2

  • Fixed HTML validation error. (Thanks, Cris!)

2.1

  • Added tag limit option
  • All widget input fields are now localized (September 11, 2009)

2.0

  • Added widget title option
  • had to jump version numbers (did the earlier ones wrong, apparently) (August 3, 2009)

1.12

  • bugfix Ìtumọ̀ Yorùbá: — needed to reset the Loop after the widget runs (August 2, 2009)

1.11

  • bugfix Ìtumọ̀ Yorùbá: — ‘more’ text did not change according to settings (July 26, 2009)

1.1

  • Added category option (July 26, 2009)

1.0

  • First release (July 24, 2009)