We launched new forums in March 2019—join us there. In a hurry for help with your website? Get Help Now!
    • 37131
    • 111 Posts
    Articles 1.7.6
    getPage 1.2.4

    Page navigation controls are generated almost with not styling.

    It worked with some earlier version but after updating to nevest ones it's not.

    I've analyzed code and it shoud NOT work. In Articles class page navigation styling is coded into getPage parameters' call. According to getPAge manual it can be only changed through overriding Property set.

    How can I set pageNav styling now ?
      ---
      Always code as if the guy who ends up maintaining your code will be a violent psychopath who knows where you live. Martin Golding
      • 38525
      • 26 Posts
      In the latest version of Articles, you have to wrap the paging placeholder yourself:
      <div class="pagination">
          <ul>
              [[!+paging]]
          </ul>
      </div>
      

      This way you can use your own classes or, like the above example, Bootstrap ones..