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

iantresman’s picture

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

Crell’s picture

Category: feature » support
Status: Active » Fixed

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

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.