• how to put a page link into the colophon area of the footer –

    any ideas?

    I tried it with the footer-widgets, abnd with writing in the footer.php – but i can only modifiy the area with the widgets, but not the colophon area .
    best
    ahmed

Viewing 3 replies - 1 through 3 (of 3 total)
  • I did this before but cannot remember exactly how, but it is easy.

    I have the exact request. All I know is that the code to link the url’s goes between <?php wp_footer(); 'script' ?> </body> in the footer.php file. If I’m correct.

    Requests:
    – Do we need to create a child theme first and copy the footer.php?
    – What code do we use to link the page ID’s?

    Thank you in advance.

    @ahmed2340
    The best way to accomplish this is to insert a
    <p> do a href with your desired page url </p>
    after the
    <?php endif; ?>
    tag of the copywrite section in footer.php.

    Its best practice to use a Child Theme and do the modifications in the copied parent footer.php file.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘how to put a page link into the colophon area of the footer’ is closed to new replies.