I have a problem I cannot seem to solve. I have been at this code all day, and now I am stuck.
I have 3 lines of code:
Code: Select all
<?php wp_register();?>
<?php wp_loginout();?>
<?php wp_meta(); ?>
Thanks.
Moderator: General Moderators
Code: Select all
<?php wp_register();?>
<?php wp_loginout();?>
<?php wp_meta(); ?>
