Viewing 7 replies - 1 through 7 (of 7 total)
  • Plugin Author Robin W

    (@robin-w)

    Can you explain further – where do you want pictures – you refer to a font field

    Thread Starter selenii

    (@selenii)

    No no, it’s my idea, to insert for each Category, pictures.
    Item 6. is the place, were I would insert this pictures. (Before the categories)

    Plugin Author Robin W

    (@robin-w)

    do you mean a thumbnail before the text?

    Thread Starter selenii

    (@selenii)

    yes something that…

    Plugin Author Robin W

    (@robin-w)

    ok,for categories, put this is your functions file

    function add_thumbnail () {
    	$pic='<img src="https://blog.monitor.us/wp-content/uploads/2012/04/html2.png" height="25" width="25" alt="">' ;
    	echo $pic;
    	}	
    
    add_action( 'bbp_theme_before_forum_title', 'add_thumbnail' );

    see

    https://codex.bbpress.org/functions-files-and-child-themes-explained/

    Forums is doable but would require coding beyond the ‘free’.

    Thread Starter selenii

    (@selenii)

    this is for all categories or only one?
    And how can I make each category its own thumbnail?

    Plugin Author Robin W

    (@robin-w)

    this is for all categories or only one?

    all categories and top forums

    And how can I make each category its own thumbnail?

    Lots of coding !

    Sorry not a simple solution:-(

    you could try posting in

    https://bbpress.org/forums/

    but many of the answers are mine !

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘insert pictures for category’ is closed to new replies.