• Resolved asfarfordev

    (@asfarfordev)


    Is there a possibility to check if an article in the archive is popular?
    For example: When viewing the latest articles published on the site, I want to add a hot class to the popular article in the list

    archive.php , category.php

    <ul class="last-articles">
    <li class="item"> article 1</li>
    <li class="item"> article 2</li>
    <li class="item"> article 3</li>
    <li class="item hot"> article 4</li>  👈
    <li class="item"> article 5</li>
    </ul>

    thank you

    • This topic was modified 1 year, 11 months ago by asfarfordev.
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
  • The topic ‘Is it possible to mark popular articles in archive.php? #331’ is closed to new replies.