Hi,
How to display other plugins code withing the subheading on our game's review site?
I don't even know how to display links like:
kliknij tutaj.
(Sry if there is an obvious answer to this question but I'm not a pro coder ;)).
In my single.php and index.php I've pasted:
<?php if (function_exists('the_subheading')) { the_subheading('<p>', '</p>'); } ?>
Please help.