Posts in Page

Wordpress Plugin
Download latest - 1.4.4

Developers

sewmyheadon

Download Stats

Today 75
Yesterday 127
Last Week 801
All Time 243,259
Banner 772x250


Releases (11 )

Version Release Date Change Log
1.4.4 2019-05-13
  • Fix issue to prevent fatal errors caused by setting the global query to null.
1.4.3 2019-04-03
  • Fix issue with missing wrapping pagination div.
  • Fix a few esc_html_e instances.
1.4.2 2019-03-13
  • Thanks to Brady Vercher (@bradyvercher) for the thorough code review and fixes.
  • Cleanup code to better conform to WP Coding standards and remove legacy cruft.
  • PHPCS configuration.
  • Update docblock and comments.
  • Remove legacy i18n code.
  • Escaping output of URLs, translation strings, and more.
  • Updated enqueueing to add version for cache busting, add missing jQuery dependency, load admin script in footer.
1.4.1 2019-03-08
  • Fix wp_reset_query bug
  • Patch pagination to make it more reliable across themes.
1.3.1 2017-11-16
  • File header update / spelling fixes in readme.txt
1.3.0 2017-02-15
  • File reorganization / housekeeping
  • Admin UI cleanup
  • Security: Fixed directory traversal vulnerability.
  • Added ability to optionally include private posts - Thanks StarsoftAnalysis!
1.2.4 2015-04-10
  • now you can set more_tag="" to remove the [...] … that unfortunetly shows up as &hellip
1.2.3 2013-06-24
  • Added minor doc tweaks.
1.2.2 2013-02-12
  • Added pagination, tweaked to turn off by default.
  • Bug fixes.
1.2.1 2012-11-21
  • Added code to allow ignoring, or showing of sticky posts. By default, sticky posts are ignored, but can be re-enabled using the shortcode [ic_add_posts ignore_sticky_posts='no'].
1.0.10 2012-10-11
  • Added check for published/private posts.