• Resolved normy

    (@nrmy)


    Hello. I have been using this plugin for a long time. Thanks to the developer.

    It works as I expect until v2.94.1.

    v2.94.1
    <ul class="pagination">
    <li aria-current="page" class="active"><a>1</a></li>
    <li><a class="page larger" title="Page 2" href="/page/2">2</a></li>
    <li><a class="page larger" title="Page 3" href="/page/3">3</a></li>
    <li><a class="page larger" title="Page 4" href="/page/4">4</a></li>
    <li><a class="page larger" title="Page 5" href="/page/5">5</a></li>
    <li><a class="page larger" title="Page 6" href="/page/6">6</a></li>
    <li><a class="page larger" title="Page 7" href="/page/7">7</a></li>
    <li><a class="page larger" title="Page 8" href="/page/8">8</a></li>
    <li><a class="page larger" title="Page 9" href="/page/9">9</a></li>
    <li><a class="page larger" title="Page 10" href="/page/10">10</a></li>
    <li><a class="nextpostslink" rel="next" aria-label="Next Page" href="/page/2">Next</a></li>
    </ul>

    However, newer versions (e.g. v2.94.5) do not work as I expect. There is only one li start tag and no other li tags.

    v2.94.5
    <ul class="pagination">
    <li aria-current="page" class="active">
    <a>1</span>
    <a class="page larger" title="Page 2" href="/page/2">2</a>
    <a class="page larger" title="Page 3" href="/page/3">3</a>
    <a class="page larger" title="Page 4" href="/page/4">4</a>
    <a class="page larger" title="Page 5" href="/page/5">5</a>
    <a class="page larger" title="Page 6" href="/page/6">6</a>
    <a class="page larger" title="Page 7" href="/page/7">7</a>
    <a class="page larger" title="Page 8" href="/page/8">8</a>
    <a class="page larger" title="Page 9" href="/page/9">9</a>
    <a class="page larger" title="Page 10" href="/page/10">10</a>
    <a class="nextpostslink" rel="next" aria-label="Next Page" href="/page/2">Next</a>
    </ul>

    I would appreciate it if you could tell me how to deal with this. Thank you.

Viewing 1 replies (of 1 total)
  • Thread Starter normy

    (@nrmy)

    Sorry, I guess I misunderstood something.

    It is possible that my custom code was interfering.

Viewing 1 replies (of 1 total)
  • You must be logged in to reply to this topic.