I guess it comes from a WP (and/or my theme) updates, because post_type query variable is added to pagination links, while it are is present in query URL.
For example, I get links of the form /predications/?post_type[0]=post&post_type[1]=page&post_type[2]=e-landing-page
I checked the reason of this add_args in Git history, so I guess it's important to keep it, but for now it leads to a bug. Should you consider removing it for a future release?
Hey,
For some unknown reason, sermon pagination stopped working a few months ago. To fix the issue on my website, I've removed
from
paginate_links()
here : https://github.com/WP-for-Church/Sermon-Manager/blob/d8ce547b67a75fa2e45ff5f4be8960da5ed11b7f/includes/class-sm-shortcodes.php#L1138-L1160I guess it comes from a WP (and/or my theme) updates, because
post_type
query variable is added to pagination links, while it are is present in query URL.For example, I get links of the form
/predications/?post_type[0]=post&post_type[1]=page&post_type[2]=e-landing-page
I checked the reason of this
add_args
in Git history, so I guess it's important to keep it, but for now it leads to a bug. Should you consider removing it for a future release?Regards.