Closed (fixed)
Project:
Views attach
Version:
6.x-2.2
Component:
Miscellaneous
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
22 Mar 2011 at 13:04 UTC
Updated:
7 Apr 2011 at 01:51 UTC
I can add a view to a content type. But can I add a view to just one specific page (node) of a content type? I know I could create a new content type, but that seems like overkill.
Comments
Comment #1
iantresman commentedI've found a simple workaround, which was to create a Views block, which can be configured to display on any page(s) in any block region, in my case, below a specific node. It means that I don't actually need Views Attach.
Comment #2
Crell commentedYeah, if you want to put a view on just one node, you don't want views_attach. Instead you want either a one-off hack like you're doing or the view reference module.