• kkemila

    (@kkemila)


    Hi!

    I’m listing posts from a category, but I also need to display tags of every post under their content. How can I do that?

    And when using the search field above the list – how can I hide everything else but the results?

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter kkemila

    (@kkemila)

    This is the template I’m using at the moment.

    ` <li>
    <ul>
    [posts] <li>
    <div>[post_title]</div>
    <ul>
    <li>[post_content]<br>TAGS HERE!</li>
    </ul>
    [/posts]</li>
    </ul>
    </li>`

    • This reply was modified 8 years ago by kkemila.
    Thread Starter kkemila

    (@kkemila)

    I keep on replying to myself…

    Solved the hiding problem! Using this, great solution: https://vdw.github.io/HideSeek/

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Couple questions’ is closed to new replies.