I have placed my meta options in my footer. The code looks like this:
<?php wp_register(); ?> | <?php wp_loginout(); ?> | <a>" title="<?php _e('Syndicate this site using RSS'); ?>" class="feed"><?php _e('Entries RSS'); ?></a> | <a>" title="<?php _e('Syndicate comments using RSS'); ?>"><?php _e('Comments RSS'); ?></a><?php wp_meta(); ?>
It appears like this in the footer:
• Register
Login | Entries RSS | Comments RSS
I would like it to appear like this:
Register | Login | Entries RSS | Comments RSS
Please help.