This is a good module. Thanks for building it.
Currently the page at www.example.com/archive displays a node's title and teaser.
I would like www.example.com/archive to display only a node's title.
Is this possible?
This is a good module. Thanks for building it.
Currently the page at www.example.com/archive displays a node's title and teaser.
I would like www.example.com/archive to display only a node's title.
Is this possible?
Comments
Comment #1
Susurrus commentedOn line 78 of archive.pages.inc you should change the
node_view($node, true)tonode_view($node)and that'll do it.Comment #2
Susurrus commentedThat should've fixed it.
Comment #3
Anonymous (not verified) commentedAutomatically closed -- issue fixed for two weeks with no activity.