Sign Up for OSTraining

Welcome, Guest
Username: Password: Remember me

TOPIC: remove page numbers

remove page numbers 1 year 4 days ago #49114

  • smartcar
  • smartcar's Avatar
  • OFFLINE
  • OSTarter
  • Posts: 1
  • Karma: 0
how do you remove the page numbers in articles on 2.5
Please become a member of OSTraining to reply to this post.

remove page numbers 1 year 3 days ago #49127

  • tessa
  • tessa's Avatar
  • OFFLINE
  • Moderator
  • Posts: 4030
  • Thank you received: 138
  • Karma: 10
Hi Smartcar, and welcome to OSTraining. Glad you have you as part of our community!
:-D

Try going to: Go to Content > Article Manager > Options > Category > # Articles in Category and turn off

If that doesn't work, using Firebug, look for the class that displays the number in your article, find the class in your CSS file, and add this code to your template:

.PageCounterClass {
display:none;
}

WHERE PageCounterClass could be any class name depending on your template.

Let me know if the first part works first. :)
Warm Regards,

Tessa Mero



Follow us on Twitter - twitter.com/OSTraining
Like us on Facebook - facebook.com/ostraining
Please become a member of OSTraining to reply to this post.

Sign Up for OSTraining

Copyright 2013 Open Source Training, LLC. All rights reserved.