• Resolved sirio_7

    (@sirio_7)


    I would like to put copyright by..ina footer under the line where is wordpress..How can I do? Thaks

Viewing 6 replies - 1 through 6 (of 6 total)
  • Theme Author Tomas Mackevicius

    (@tomasm)

    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: &copy; 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.

    Thread Starter sirio_7

    (@sirio_7)

    Thanks. But where is footer copyright area, where I have to write my copyright? I don’t see it.

    Theme Author Tomas Mackevicius

    (@tomasm)

    Thread Starter sirio_7

    (@sirio_7)

    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

    Theme Author Tomas Mackevicius

    (@tomasm)

    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.

    Thread Starter sirio_7

    (@sirio_7)

    Thanks. But how can I edit a link to another page in footer area?

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘footer’ is closed to new replies.