Display items side by side on posts feed static list
-
We want the option to display items side by side when using a posts feed static list instead of stacked.
So the terms tag would be beside the title tag in this example on the home page:
{terms taxonomy=”post_tag” includes=”service-update” class=”post-tag”}
Service Update:
{/terms}
{terms taxonomy=”post_tag” includes=”update” class=”post-tag”}
Update:
{/terms}
{terms taxonomy=”post_tag” includes=”service_change” class=”post-tag”}
Service Change:
{/terms}
{title link=”post”}Another example with the title and the time on the news page:
{title link=”post”}
{time class=”post-time” before=”— posted “}The page I need help with: [log in to see the link]
- The topic ‘Display items side by side on posts feed static list’ is closed to new replies.