@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.
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.