Hello everyone!
Perhaps this is a silly question, but everything I found so far on the topic doesn’t seem to work. I’d like to add a link in my footer in the same line as the copyright info but floating right. I managed to put it in the next line, floating right, but not in the same line. How do I do this?
This is the part of my footer with only the copyright:
<footer id="colophon" class="site-footer" role="contentinfo">
<div class="site-info container">
<?php printf( __( 'Copyright © 2015 sitename | by XYZ.') ); ?>
</div><!-- .site-info -->
</footer><!-- #colophon -->