Hi all,
I’m wondering if there is a way to do the following without having to specify each custom field manually e.g title=“title” in the params and {embed:title} in the actual embed:
{exp:weblog:entries weblog="my_weblog"}
{embed="my/embed"}
{/exp:weblog:entries}
Then in the embed just have the html code.
<h2>{title}</h2>
<p>{some_custom_field}The reason I want to keep the weblog entries tag out side is that I want to assign the entry_id a php variable, with is then passed to another embed.
I guess I could just wrap that other embed in the weblog entries tag again, I just wanted to try it without that extra query.
Any ideas, suggestions would be great.
Cheers
Steve