footer
-
I would like to put copyright by..ina footer under the line where is wordpress..How can I do? Thaks
-
You have to edit footer.php file. If you’re using child theme, copy that file from the parent Tiny Forge.
Move this code from div id=”site-info”
<?php /* Footer copyright widget area - use standard WordPress text widget with something like this: © 2013 Your Name. All rights reserved */ ?> <?php if ( is_active_sidebar( 'sidebar-7' ) ) : ?><ul id="copyright-widget"> <?php dynamic_sidebar( 'sidebar-7' ); ?> </ul>to div id=”site-generator” after the closing
</a>insert<br />and the code from above.Thanks. But where is footer copyright area, where I have to write my copyright? I don’t see it.
Thanks. It works. :-). In case I would like to add a link in another footer (third, for example) how can I edit a link (in html…<a href=”http:/…)to another page? The phrase in second/third footer is not automatically alligned with the copyright footer (as regards margin from left. How can I have it alligned? Thanks
Copyright widget is separate from footer widgets, so it is aligned with the “Powered by WordPress”.
Drag and drop any widgets in footer widget areas and you will see it.
Thanks. But how can I edit a link to another page in footer area?
The topic ‘footer’ is closed to new replies.
