I’ve got a weird situation.
I’m trying to view a registration and
{exp:weblog:entries weblog="orders" status="open|Completed|Pre-Registered|Registered - Payment Cleared" entry_id="{entry_id}"}doesn’t display the entry. However, this does.
<pre><code>{exp:weblog:entries weblog="orders" status="open|Completed|Pre-Registered|Registered - Payment Cleared" entry_id="{entry_id}}</code></pre>
As soon as I have the closing ” around entry_id, the values won’t output on the page correctly.
Any suggestions?
Thanks.