Hi,
I've cloned the frontpage view and changed it to full build node output. I've created a zen subtheme and am theming. On my site.com/node page, I see

* Read more
* 1 comment
* Add new comment

On the views page, there is only "Add new comment".

While typing this I realize that the full build is not outputting the comment section and that's why I'm not getting the teaser type output. Can I get this output somehow (comment count and add new comment)?

Thanks for your help.

Comments

merlinofchaos’s picture

Status: Active » Closed (won't fix)

I think that's just what core chooses to put there on the full node view. So I'm afraid your only option is probably hook_link_alter() or something.