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
相关问题
- Views base64 encoded blob in HTML with PHP
- Laravel Option Select - Default Issue
- PHP Recursively File Folder Scan Sorted by Modific
- Can php detect if javascript is on or not?
- Using similar_text and strpos together
Go To Appearance -> Editor -> footer.php and edit it Simple Well You can do it from cpanel also public_html -> wordpress -> wp content -> themes -> -> footer.php
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
Appearances
tab in the navigation bar. Under "Appearances", there will be a link calledEditor
that 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.
You have to put the link in the footer.php of your wordpress theme. You can edit it using the default theme editor
That is completely dependent upon your theme. If your theme doesn't support editing the footer text, you just have to edit your theme's
footer.php
file and add your information there.The file is located in a place similar to this: