I’m trying to embed some news articles into a page. Everything works except for the path/url-title bit.
Here is my embed code:
{exp:channel:entries limit="4" channel="channelX|channelY" dynamic="off" }
<h4><a href="http://{path=news/article}">{title}</a></h4>
<p>{/exp:channel:entries}and in the page:
{embed="embeds/news-contents"}I have tried {path=news/article} and /news/{url-title} and neither work. I’m sure I’m missing something obvious but my tired mind can’t peg it right now. Any help would be most appreciated.