Title: [Plugin: Recent Posts Plus] Show a No posts message
Last modified: August 20, 2016

---

# [Plugin: Recent Posts Plus] Show a No posts message

 *  Resolved [Aleph22](https://wordpress.org/support/users/aleph22/)
 * (@aleph22)
 * [13 years, 8 months ago](https://wordpress.org/support/topic/plugin-recent-posts-plus-show-a-no-posts-message/)
 * Thanks a lot for the great plugin. It does exactly what i needed, except for 
   one small thingy, which i guess is probably easily solved, although being a PHP
   newbie, i dont know how…
 * At the moment when there are no posts in the category chosen, the widget shows
   no content (which is correct of course, but I’d like to replace this nothing 
   with a somthing: f.e. A message saying: Sorry no content available at this moment,
   come back later.
 * Is it possible to do this?
 * I’d really appreciate any help
 * [http://wordpress.org/extend/plugins/recent-posts-plus/](http://wordpress.org/extend/plugins/recent-posts-plus/)

Viewing 1 replies (of 1 total)

 *  Thread Starter [Aleph22](https://wordpress.org/support/users/aleph22/)
 * (@aleph22)
 * [13 years, 8 months ago](https://wordpress.org/support/topic/plugin-recent-posts-plus-show-a-no-posts-message/#post-3127868)
 * Got it!
 * just opened recent-post-plus.php in the plug-in folder and added the following
   code above `wp_reset_postdata();` on line 211:
 *     ```
       else
       echo 'No posts at the moment';
       ```
   
 * Simple solution, hope it might be of some help to someone else in the future.
 * A

Viewing 1 replies (of 1 total)

The topic ‘[Plugin: Recent Posts Plus] Show a No posts message’ is closed to new
replies.

 * ![](https://s.w.org/plugins/geopattern-icon/recent-posts-plus.svg)
 * [Recent Posts Plus](https://wordpress.org/plugins/recent-posts-plus/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/recent-posts-plus/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/recent-posts-plus/)
 * [Active Topics](https://wordpress.org/support/plugin/recent-posts-plus/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/recent-posts-plus/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/recent-posts-plus/reviews/)

## Tags

 * [default](https://wordpress.org/support/topic-tag/default/)
 * [message](https://wordpress.org/support/topic-tag/message/)
 * [no posts](https://wordpress.org/support/topic-tag/no-posts/)
 * [widget](https://wordpress.org/support/topic-tag/widget/)

 * 1 reply
 * 1 participant
 * Last reply from: [Aleph22](https://wordpress.org/support/users/aleph22/)
 * Last activity: [13 years, 8 months ago](https://wordpress.org/support/topic/plugin-recent-posts-plus-show-a-no-posts-message/#post-3127868)
 * Status: resolved