Different CMS syntax for similar queries

Out of context: Reply #1

  • Started
  • Last post
  • 4 Responses
  • ETM0

    An example from ExpressionEngine:

    {exp:channel:entries channel="content" category="4" status="post" sort="asc"}

    {if no_results} <p>No content found</p> {/if}

    <article class="post">
    <a href="{permalink=enewsletter/article}">{title}</a>
    <p class="bodyDate">{body_date}</p>
    <p>{excerpt}</p>
    </article>

    {/exp:channel:entries}

    • cleaner but same kinda.BabySnakes
    • Just comparing what it takes to get the same results in other CMS implementations. What's similar and different.ETM

View thread