How to insert text between the page numbers?
Inside my article I use the tag !--nextpage--
. Now how to insert text between the page numbers. In HTML it should look like this:
div class="postlink"
p style="text-align: center;"my test 1/p
a rel="nofollow" href="https://domen.com/linkpost/2/" 2 /a
a rel="nofollow" href="https://domen.com/linkpost/3/" 3 /a
a rel="nofollow" href="https://domen.com/linkpost/4/" 4 /a
a rel="nofollow" href="https://domen.com/linkpost/5/" 5/a
p style="text-align: center;"my text 2/p
a rel="nofollow" href="https://domen.com/linkpost/6/" 6 /a
a rel="nofollow" href="https://domen.com/linkpost/7/" 7 /a
a rel="nofollow" href="https://domen.com/linkpost/8/" 8 /a
p style="text-align: center;"my text 3/p
a rel="nofollow" href="https://domen.com/linkpost/9/" 9 /a
a rel="nofollow" href="https://domen.com/linkpost/10/" 10/a
a rel="nofollow" href="https://domen.com/linkpost/11/" 11 /a
/div
Topic nextpage wp-link-pages Wordpress
Category Web