This plugin make it possible to navigate more recent posts without refreshing screen.
View Demos (Demos, Shortcode usage, DOM Structure & Custom CSS)
= Features =
- Navigate more recent posts without refreshing screen (AJAX).
- General settings: Title, Number of posts to show, Post title length, List formatting(title, date, author, comment_count, thumbnail), Date formatting, Thumbnail
- Filtering: Post type, Taxonomy/Author/Time query.
- Navigation: Label, Position, Text align, Page range, Max page links
- Effect: Appear effect(Fade In, Slide Down, Slide Up), Disappear effect(Fade Out, Slide Up, Slide Out), Auto Pagination.
- Custom CSS, Progress Image, etc
== Screenshots ==
1. Widget in action.

2. Widget config interface.

== Changelog ==
= 1.4.1 =
*Changed: DOM Structure
*Fixed: Slide effect
= 1.4 =
*Added: List formatting(title, date, author, comment_count, thumbnail)
*Added: Date formatting
*Added: Thumbnail size configuration
*Added: Author filtering
*Added: Time filtering
*Added: Max page links
*Added: Disappear effect
*Added: Slide In effect of Appearence
*Added: Auto pagination
*Added: Custom CSS
*Updated: Post type & taxonomy configuration
*Changed: Progress/Loader image
*Removed: Category Include/Exclude – integrated with Post type & Taxonomy
*Removed: Show comment count – possible by list formatting
= 1.3 =
* Remember previous paged using cookie on single post.
* Highlight current post list on single post.
= 1.2 =
* Custom post type choosable. (3.1 or higher)
* Include/exclude terms of taxonomy posts. (3.1 or higher)
* filter hook for query
= 1.3 =
* Remember previous paged using cookie on single post.
* Highlight current post list on single post.
= 1.1.2 =
* Potential bugs are fixed.
= 1.1.1 =
* More speed up.
= 1.1 =
* More options are added.
= 1.0 =
* Initial release.
Hello. Uses a translator because I’m from Ukraine. I have a problem with displaying images of each entry in the widget. You can see it here ins-agencies.ru. Please tell me how to solve this problem.
Did you set the “Featured Image” on each post?
I’m not quite sure what you mean. Please tell me how I can do it.
If you’d like to dispaly a thumbnail, you should set the “featured image” on each post metabox. This plugin just load your featured image, if you’ve set them.
Christian. I can’t explain in detail, because I’m traveling without laptop. now i’m writing with smartphone. you may easily find the way by googling. otherwise I’ll let you know the way until next monday
It seems that my blog template does not support this feature. In the setting of images and the addition of the post I do not see the function set featured image. Maybe there is a plugin that will help me?
Hi Christian, I came back home.
1. To enable post thumbnails, the current theme must include
add_theme_support('post-thumbnails');in its functions.php file.2. You can find a “Featured Image” panel in the sidebar of your Post page.

3. Click “Set featured image” link. and then upload image(or choose uploaded image). and click “Use as featured image”

That’s all.
Yes, that I figured out. But in my template just do not have this feature .. )
Wondering if a similar plugin could be made for recent comments.
I’d also like to see this for comments. What an awesome plugin!
@Rishi @Nordell
Thank you. I have the plan to upgrade “Recent comments for U Ex-comments” sooner or later.
위젯을 커스터마이징하여 사용하고 있습니다.
제작자분께서 직접 빌딩하여 배포하시는게 좋을 것 같아서 의견 드려봅니다.
1. %content%, %excerpt%
2. get_permalink => %post_link%
3. category 출력
4. paginate_links의 show_all [true,false], prev_next, prev_text, next_text
5. List format의 확장성
6. 썸네일 클릭시 lightbox, modal
<dl>
<dt>%thumb%</dt>
<dd><a href=”%post_link%” title=”%title%”>%title%</a></dd>
<dd>%content%</dd>
<dd>%author%</dd>
<dd>%date%</dd>
</dl>
마지막으로, 다음버전은 언제쯤 배포될지 궁금합니다.
좋은하루되세요.
Yeah… im in the same boat at Christian, my theme does not show the features you show:
http://urlless.com/blog/wp-content/uploads/uexc_attach/picture-1.png
안녕하세요.
network기능(멀티유저/블로그생성)을 사용할 경우, 전체 유저의 포스트를 출력할수는 없는지 궁금합니다.