I’ve scoured the forums and not found anything on this topic, so I’ve started a new thread to address a challenge I’m facing.
Using the Tome module in EE 1.6, I’m trying to display info from the summary field of each of the child category entries on the parent category page. Here’s the code I’m trying to use (which does not work) to give you and idea of what I’m trying to achieve…
Assuming we’re on the parent page of category 13…..
<ul class="summary_list">
{exp:static_tome_path direction="post" page="13" nest="false"}
<li><a href="http://{url_title}">{title}</a> - {summary}</li>
{/exp:static_tome_path}
</ul>
I realize that the module is pulling the title of the category here, not the entry title – so, my question is, is there a way to display the entry title and entry summary here instead?
Packet Tide owns and develops ExpressionEngine. © Packet Tide, All Rights Reserved.