I have a group of news articles that need to be pulled in for a for a slideshow.
I am trying to grab only the articles saved in a node type of "NewsCategory", but only within the node with the alias of "Alumni". Here is what I have, but it's not pulling anything in. What's wrong with my syntax?
Select node by node name or type alias
I have a group of news articles that need to be pulled in for a for a slideshow. I am trying to grab only the articles saved in a node type of "NewsCategory", but only within the node with the alias of "Alumni". Here is what I have, but it's not pulling anything in. What's wrong with my syntax?
I figured it out. I needed @nodeName = 'Alumni'.
is working on a reply...