WP-for-Church / Sermon-Manager

Sermon Manager for WordPress is the #1 plugin for churches who want to manage their sermons easily and missionally.
https://wordpress.org/plugins/sermon-manager-for-wordpress/
GNU General Public License v2.0
44 stars 34 forks source link

[sermons] Shortcode Pagination not Working #256

Open clearlymedia opened 5 years ago

clearlymedia commented 5 years ago

Expected Behaviour

The pagination listed at the bottom of the [sermons] shortcode listing is supposed to take you to the next page of sermons. https://rusaints.wpengine.com/current-students/chapel/

Actual Behaviour

Mine takes me to a 404 page. Not sure where this error is coming from.

Steps To Reproduce

  1. Visit https://rusaints.wpengine.com/current-students/chapel/
  2. Scroll to the bottom of the "Recent Sermons" section and click on one of the pages in the paginated area.

Platform

Sermon Manager Version: 2.15.12
WordPress Version: 5.0.3
PHP Version: 7.2

Any Additional Info

brianfreytag commented 4 years ago

I'd say your problem is that it's linking to ru.edu. You need to make sure your site_url and homepage_url are correct in your Wordpress settings

southernlightschurch commented 4 years ago

I am having the exact same problem. Except mine just refreshes the same page.

www.southernlights.org.au/podcast

Biggimast commented 3 years ago

I am having the exact same problem. Except mine just refreshes the same page. www.southernlights.org.au/podcast

You have to change the Archive Page Slug under Sermon Settings > General > Links > Archive Page Slug. If that slug is the same as on another page it deletes/hides the whole "folger/page"; for example: Standard Page: your-url/sermon/* - if your sermon slug is "sermon" and you got any page within this slug, it won't be displayed. For me, I changed it to "/sermons" which now created a slug for my sermons and my pages are shown again.

I hope this helped!