Forums
(@kasupure)
17 years, 1 month ago
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’; } ?>