Forum Replies Created

Viewing 1 replies (of 1 total)
  • Thread Starter kasupure

    (@kasupure)

    Ups! Nvm i found the “bug” myself i accidently added <?php stuff in front of code ^^! so if anyone is getting same problem just remove those php marks like this:

    <?php
    if (is_single()) {
    the_category();
    } else {
    echo ‘Something’;
    }
    ?>

Viewing 1 replies (of 1 total)