When I use node type filter to list a certain content type, the resulting page displays the mission statement. How do I disable this? Thanks!
When I use node type filter to list a certain content type, the resulting page displays the mission statement. How do I disable this? Thanks!
Comments
Comment #1
Gabriel R. commentedYou can customize the text using the `localization` module, include with Drupal. Create a new language and search for the text you want to replace, you can customize it for the specific page you want.
Comment #2
nancydru@noid: My suggestion would be to implement a node-type.tpl.php theme page for that content type. I don't think this is something that can, or should, be done in this module.