• Hello,

    So I have bbpress installed (latest version).
    Every time the function get_the_title() is called it echoes the title immediately. This looks very weird.

    For example in a function:

    $title = get_the_title($forum_id);

    The Forum title is echoed. Is there maybe something wrong with this procedure? As a workaround I commented out everytime the get_the_title function is called and put the code in that is in this function. That works..

    Regards
    Tilman

  • The topic ‘Problem with get_the_title()’ is closed to new replies.