Thanks for a great module first of all.
I have to show some exact view in a node. It works fine but:
- there are quite a lot of existing views to chose from
- the view name + argument (= node title) is known
this 2 points really confuse the user who submits the node.
So... is there a way to embed some code directly into the theme?
Thanks!
Comments
Comment #1
darren ohYou can use the "Force default" option in Viewfield or add
views_build_view('embed', views_get_view('view_name'))to the node template for your theme.