I have a page (page) that is pulling dynamically with another channel entries tag (blog) in the same template. I’ve tried three scenarios, without embedding the blog entries tag, embedding the blog entries tag in an embed, and embedding the entries tag directly. Any idea if/how I can do this, here’s the example…
Here’s an example:
{exp:channel:entries channel="page"}
{title}
{/exp:channel:entries}
{exp:channel:entries channel="blog" limit="10" paginate="bottom" }
{title}
{/exp:channel:entries}Unless dynamic=“no” for the blog entries tag I get no result, which is fine until I need to paginate which then doesn’t work properly. Writing this though I just thought if a solution but I’m still curious your thoughts (the solution would be just to build a template to list blogs legitimately and link the “pages module” powered template to that template).