Skip to:
Content
Pages
Categories
Search
Top
Bottom

How to customize reply insert format in specific forum?


  • Julia
    Participant

    @sub0810

    Topic insert format in specific forum can change using following code.
    For example, Forum post=1000,1300

      if( is_single(1000) ){  
            echo 'Baseball rule';     
            return;
       }elseif( is_single(1300) ) {           
            echo 'Football rule';     
            return;
        }
    

    Then how can I customize reply insert format in specific forum?
    For example, Forum post=1000,1300

    ‘reply insert format’ in content-single-topic.php .

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