Viewing 5 replies - 1 through 5 (of 5 total)
  • This show last 5 items from yourcategoryname with thumbnail link :

    [loop type=”post” category=”yourcategoryname” order=”DESC” count=”5″]
    <div class=”row”>

    <div class=”yourclassname”>[field thumbnail-link]</div>

    <div class=”yourclassname”>
    <h2>[field title-link]</h2>

    <p>[content field=”excerpt” words=”50″ more=”See more…”]</p>
    </div>

    </div>
    [/loop]

    Have a good day and God bless you,
    Emanuel

    Thread Starter kristii143

    (@kristii143)

    Thanks Emanuel! What if I wanna have ALL the posts I’ve made within that category?

    Delete COUNT reference :

    [loop type=”post” category=”yourcategoryname” order=”DESC”]
    <div class=”row”>

    <div class=”yourclassname”>[field thumbnail-link]</div>

    <div class=”yourclassname”>
    <h2>[field title-link]</h2>

    <p>[content field=”excerpt” words=”50″ more=”See more…”]</p>
    </div>

    </div>
    [/loop]

    Have a good day !

    Thread Starter kristii143

    (@kristii143)

    you are awesome! thanks for your help!

    It’s a pleasure !

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Display ALL posts in a category’ is closed to new replies.