Forum Replies Created

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter nprh

    (@nprh)

    Thanks for the note, Anders. I’ve written and stored the changes to make them again in the future following Chaplin and WordPress updates. Thanks.

    Nick

    Thread Starter nprh

    (@nprh)

    Sorted it.

    link-template.php in wp-includes folder via FTP – change line 2592 from $previous to $next, line 2593 from nav-previous to nav-next, line 2600 from $next to $previous, line 2601 from nav-next to nav-previous to switch around the auto nav code at bottom of posts (the switch and arrow position switch) (pagination, previous/next to next/previous) – search… $previous = get_previous_post_link(

    content.php in theme editor – change line 133 ← to → and line 134 → to ← to switch around the arrow direction on the auto nav code at the bottom of posts (pagination, previous/next to next/previous) – search… ‘prev_text’ => ‘<span class=”arrow” aria-hidden=”true”>→</span><span class=”screen-reader-text”>’ . __( ‘Previous post:’, ‘chaplin’ ) . ‘</span><span class=”post-title”>%title</span>’,

Viewing 2 replies - 1 through 2 (of 2 total)