I have a view set up for mysite.com/blog which pulls story nodes and prints them out. Right now it prints the comments after each story. What I want it to do is only print out the comments when you click through to the single story page.
Any ideas?
I have a view set up for mysite.com/blog which pulls story nodes and prints them out. Right now it prints the comments after each story. What I want it to do is only print out the comments when you click through to the single story page.
Any ideas?
If you want it without any custom code, then within view you can select the row-style and then from fields section select title, body, date and user fields. And then style them accordingly.
If you want through custom code, let me know.