Skip to:
Content
Pages
Categories
Search
Top
Bottom

Code for 4 topics on forum

  • @mbfit

    Participant

    Can’t remember where I found this code, tried a search, but it use to show 4 topics underneath the Forum headers but no longer shows anymore. Was this affected on an update or perhaps if someone can direct me to the page that had these codes? Thanks.

    /*
    * Show 4 topics for Forum Groups
    */
    ul.bbp-forums-list li:nth-child(n+5) {
    display: none !important;
    }

    Added:
    The code was found on a page that had WP code that you can add to your css or php to do various things for your site. Showing 4 recent topics under each Forum Group was one that I used

  • The topic ‘Code for 4 topics on forum’ is closed to new replies.
Skip to toolbar