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.
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.