Make WordPress Core

Changes between Initial Version and Version 3 of Ticket #29663

Timestamp:
09/14/2014 04:24:04 PM (10 years ago)
Author:
ocean90
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #29663 – Description

    initial v3  
    22As of WordPress 4.0 my custom next_post_link & previous_post_link is broken. My code is as follows:
    33
    4 **********
     4{{{
    55<?php next_post_link( '&laquo; %link', '%title', TRUE, '115' ); ?> |
    6  <?php previous_post_link( '%link &raquo;', '%title', TRUE, '115' ); ?>
    7 **********
     6<?php previous_post_link( '%link &raquo;', '%title', TRUE, '115' ); ?>
     7}}}
    88
    99WordPress 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