Solution for Pretty Permalinks
-
I saw that there were questions about the post series having better permalinks. This fucntionality is already built into the plugin and is simply disabled by default.
All that’s needed is to run this code:
add_filter( 'wp_post_series_enable_archive', '__return_true' );You can put it in
functions.phpif you don’t mind it being coupled to your theme. 🙂
The topic ‘Solution for Pretty Permalinks’ is closed to new replies.