I am trying to preventing the pager and submitted classes from appearing on my home page and I am creating a custom theme based on Zen. How can I do this?
Thanks

Comments

gpk’s picture

If you go to the themes admin page and hit configure you should be able to turn on/off the "submitted by" info on a theme-by-theme basis.

To theme (--> or get rid of) the pager stuff implement mytheme_pager in your custom theme. Use http://api.drupal.org/api/function/drupal_is_front_page/6 to check if you are on the front page, and if not then just call theme_pager()...

gpk
----
www.alexoria.co.uk