Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Author Lester Chan

    (@gamerz)

    Sorry I don’t get what you mean.

    Thread Starter SemiBur

    (@semibur)

    K, now the navigation looks like:

    <div class="wp-pagenavi">
    <span class="current">1</span><a class="page larger" href="">2</a>
    <a class="nextpostslink" href="">></a>
    </div>

    i want it to be:

    <div class="wp-pagenavi">
    <div class="current">1</div><a class="page larger" href="">2</a>
    <div class="myclass"><a class="nextpostslink" href="">></a></div>
    </div>
    Plugin Author Lester Chan

    (@gamerz)

    Sorry you can’t that is hardcoded in the code.

    I don’t see the need of a div to be better styled. If you need it to be a block element you can always use css

    .wp-pagenavi span { display: block; }

    Thread Starter SemiBur

    (@semibur)

    Thnx…
    Shame on me….. i didn’t think about doing it this way….

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Change navigation elements container’ is closed to new replies.