Skip to:
Content
Pages
Categories
Search
Top
Bottom

Pin first post to top when replies run to multiple pages

  • @rjburgess99

    Participant

    Hi

    Many of the discussions on my site run to multiple pages.

    Is there a way of pinning the initial post so that when someone clicks to Page 2, Page 3 of replies the first post remains at the top? I was thinking that it would help keep people on topic.

    Thanks!

Viewing 2 replies - 1 through 2 (of 2 total)
  • @robin-w

    Moderator

    either

    Install

    bbp style pack

    once activated go to

    dashboard>settings>bbp style pack>Topic/Topic/Reply Order>replies>Descending and tick and save

    or

    add_filter ('bbp_show_lead_topic', 'rew_true') ;
    
    function rew_true () {
    	return true ;
    }

    Put this in your child theme’s function file –

    ie wp-content/themes/%your-theme-name%/functions.php

    where %your-theme-name% is the name of your theme

    or use

    Code Snippets

    @rjburgess99

    Participant

    Thank you very much, I appreciate it.

Viewing 2 replies - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.
Skip to toolbar