12/19/2013 at 1:52 pm
#275667
Keymaster
@ Steve
By default the Excerpt Plus template will paginate at 20 entries per page. Removing the options do not remove pagination. You have to explicitly disable pagination.
Add this to the shortcode:
enable_pagination=FALSE
That should do the trick.
fyi, Three pages mean somewhere between 40 and 60 entries … you could have page load time issues with that many without pagination. If you do, I suggest you look into page caching.
