Replies: 0
Hi, I am using the latest version Twenty Seventeen child theme (I updated this week). I have searched everywhere and cannot find an answer to my question.
I have pagination on three pages, however, it shows twice on the pages (Pages: 1 2 3 and underneath to the left it again says Pages: 1 2 3). I have not edited the site for a long time and have only just noticed this.
I just want to keep the page numbers that are in bold under the gallery and remove the pagination that is grey and to the left.
I do not know where the code for the paginations are placed. I understand it may have something to do with wp_link_pages which I found in Twenty Seventeen’s Single Page (page.php) and when I inspect the pagination that I want to delete on the site, it says <p class=”post-nav-links”>Pages: <span class=”post-page-numbers current” aria-current=”page”>1</span> 2 3</p>
I have searched for this code in functions.php but cannot find anything in relation to this code.
In case I am overlooking something, I looked in the page text and the site css and there seems to be nothing there regarding the pagination.
Any help to remove the second pagination would be much appreciated.