Skip to:
Content
Pages
Categories
Search
Top
Bottom

Adding description to Tags

Viewing 3 replies - 1 through 3 (of 3 total)

  • Robin W
    Moderator

    @robin-w

    If I understand

    add_action ('bbp_theme_after_topic_form_tags' , 'rew_tag_desc' ) ;
    add_action ('bbp_theme_after_reply_form_tags' , 'rew_tag_desc' ) ;
    
    function rew_tag_desc () {
    	echo '<p>words here</p>' ;
    }

    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


    bbranco13
    Participant

    @bbranco13

    Is there any way to make this come before the response box? this puts it after
    site link


    Robin W
    Moderator

    @robin-w

    if you are able to ftp and edit files, then I can give you a template change

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