Viewing 4 replies - 1 through 4 (of 4 total)
  • I have been having the same problem with WP 4.4 and now it’s time for WP 4.5. Is it time to declare this plugin dead?

    Thread Starter Peter Hardy-vanDoorn

    (@petervandoorn)

    It does still work though, it’s just a bit messy.

    It is a shame but it does appear to have been abandoned.

    This really is something that should be in the WP core functionality though!

    Thread Starter Peter Hardy-vanDoorn

    (@petervandoorn)

    To fix this, edit the class.post-navigator.php file and change line 184:

    from

    $( '#post-navigator-buttons *' ).appendTo( $( 'h2' ) );

    to

    $( '#post-navigator-buttons *' ).appendTo( $( 'h1' ) );

    Thanks. Works great now!

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Previous/Next showing on all meta boxes’ is closed to new replies.