I want to add a view below the image in the full article display. What is the best way to do this -- editing page.tpl.php?

Comments

Jeff Burnz’s picture

I wouldn't think you need to do that, there are field and/or node modules that allow you to embed a View directly into the node - even select them from a list etc. Possibly something like this http://drupal.org/project/viewreference

ithacaindy’s picture

Thanks. That would take care of a related-articles view, but I'd also like to add a block of social-media links (facebook, twitter) below the node's photo. Is there a way other than a region to embed blocks below a field?

Jeff Burnz’s picture

Status: Active » Fixed

Theme it in the template. You can use module_invoke() or add a region to the node template. Examples abound.

FYI this is not a general help forum, its for this themes issues, if you need such help please consider your options.

ithacaindy’s picture

right. understood.

Status: Fixed » Closed (fixed)

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