Changes between Initial Version and Version 3 of Ticket #29663
- Timestamp:
- 09/14/2014 04:24:04 PM (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #29663 – Description
initial v3 2 2 As of WordPress 4.0 my custom next_post_link & previous_post_link is broken. My code is as follows: 3 3 4 ********** 4 {{{ 5 5 <?php next_post_link( '« %link', '%title', TRUE, '115' ); ?> | 6 7 ********** 6 <?php previous_post_link( '%link »', '%title', TRUE, '115' ); ?> 7 }}} 8 8 9 9 WordPress now ignores the excluded category (115) part of the code and shows all post regardless of category when clicking the next or previous post links. Everything was working before the upgrade to 4.0