Forum

Thread tagged as: Question, Blog

Blog post listing category multiple ids

I have isotope filter system working on my website, and I have the filter working with the categories by the categories id number. however if a post as more that one it only show the first id number. I need it to add multiple id numbers to the class.

<div class="five-col grid-item <perch:blog id="categories" />">
    <a href=" <perch:blog id="postURL" />" rel="bookmark">
        <img class="repson-img" src="<perch:blog id="image" type="image" />" />
    </a>

    <div class="summary">
        <p class="time"> <perch:blog id="time" type="text" textile="true" /> </p>
        <h3> <perch:blog id="postTitle" type="text" textile="true" /> </h3>
        <p> <perch:blog id="excerpt" type="textarea" textile="true" words="20" append="..." /> </p>
    </div>
</div>
Timothy Rackham

Timothy Rackham 0 points

  • 5 years ago
Drew McLellan

Drew McLellan 2638 points
Perch Support

<perch:categories id="categories" set="blog">
<perch:category id="catID" type="text" />
</perch:categories>

Will that work with In the class of a div ?

Drew McLellan

Drew McLellan 2638 points
Perch Support

Does it not?