strangerstudios/pmpro-series

Does not allow me to add posts

Closed this issue · 1 comments

When I create a new series, the plugin only allows me to add pages, but not posts... it says you can add both, but in the scroll down menu where you add the content and set the delays, only my pages are listed... how do I fix this???

Selecting both pages and posts should be possible by default, but you can also modify which post types are selectable using the pmpros_post_types filter:

$pmpros_post_types = apply_filters( 'pmpros_post_types', array( 'post', 'page' ) );

We are currently cleaning up this GitHub repository. As this question is several years old and there have not been recent reports of this behavior, we are going to close this issue. If you are still experiencing this error on your site, please feel free to open a new issue in this Add On's GitHub repo and link back to this issue, or open a new ticket in our Support Forums and we can help you there.