« prev 1 next » should not be displayed

Hi all,

is it possible to prevent " « prev 1 next » " to be displayed ? It shouldn't appear if no page navigation is possible, right ?

Comments

  • edasque: we have got this working for default and example themes and will be in the nightly build tomorrow.

    In order to turn it off in any other theme need to add the following code to your stylesheet

    `

    .disabled_nav {visibility: hidden;}

    `
Sign In or Register to comment.