I have a feeling it’ a problem with the ‘channel:next_entry’ tag, since
Embed tag:
{exp:channel:entries channel="restaurant_reviews' entry_id='18'}
{sub_title}
{/exp:channel:entries}</code></pre>
works with this:
<pre><code>{exp:channel:entries channel="restaurant_reviews" status="open" limit="1"}
{embed="embed/subtitle_custom_field"}
{/exp:channel:entries}(pulls the {sub_title} from entry_id=18)
but not with this:
{exp:channel:next_entry channel="restaurant_reviews" status="open"}
{embed="embed/subtitle_custom_field"}
{/exp:channel:next_entry}is there another way i could go about not using the prev_entry & next_entry tags?