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.
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 callsget_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.