bobbingwide / sb-prevnext-block

Display Previous and Next links
0 stars 0 forks source link

Support hierarchical post types other than page #5

Open bobbingwide opened 8 months ago

bobbingwide commented 8 months ago

For the tt4ai theme I want to be able to display previous and next links for Plugins. This requires a change to the server side rendering logic that calls get_pages() since we need to identify the post type. The post type will be determined from the current post type, not the parent post type.