I have created a custom PHP page name privicy pollicy with name privacy.php.
How would i link the page in footer so that when some1 click on privacy link the page open.
I have call the header and footer in this page.
How to do this.
Thanks
I have created a custom PHP page name privicy pollicy with name privacy.php. How
Share
In the
wp-content/themes/<your_theme>directory for your WordPress install, there should be a file calledfooter.php. This is the file that generates your footer output.To edit this file, open your WordPress dashboard and click on the
Appearancestab in the navigation bar. Under “Appearances”, there will be a link calledEditorthat will open the theme editor for your current theme. Once in the editor, selectFooter (footer.php)in the list of templates that appears on the right hand side of the editor.You can modify the HTML for your footer here, and add a link to your privacy page.