need to change the Address content in the footer section for certain pages only
we are working in education domain the site has two main links one for ABC High school second is XYZ Nursery and primary school.
Here i wants to place two different address one for ABC high school and second one for XYZ Nursery school how can i make this two different addres in the site .
and also need to set the separate PRIMARY MENU for this .
Any one Suggest me for this asap
need to change the Address content in the footer section for certain pages only
we are working in education domain the site has two main links one for ABC High school second is XYZ Nursery and primary school.
Here i wants to place two different address one for ABC high school and second one for XYZ Nursery school how can i make this two different addres in the site .
and also need to set the separate PRIMARY MENU for this .
Any one Suggest me for this asap
Share Improve this question edited Jun 4, 2020 at 16:23 fuxia♦ 107k38 gold badges255 silver badges459 bronze badges asked Jun 4, 2020 at 15:28 Arumugam GArumugam G 132 bronze badges 2- Hello! Welcome to WPSE, can you include the code in your question that displays the address? It's not possible to answer this in a generic way, not all themes contain an address in the footer ( some themes don't have a footer at all ). Use the edit link under the tags in your question to adjust your question to include the code that displays the address in the footer – Tom J Nowell ♦ Commented Jun 4, 2020 at 15:44
- As an aside, have you considered using a multisiite instead, and creating 3 sites, one for each school? Then they can all be configured differently – Tom J Nowell ♦ Commented Jun 4, 2020 at 15:46
1 Answer
Reset to default 0Wordpress allows you to have multiple headers and footers which come in handy in situations like this. You can achieve this by simply creating footer files called something like "footer-one.php" and "footer-two.php" than where ever you would like to call the secondary footer in your theme file, like for example your "home-page.php" you simply include the name in <?php get_footer('two');?>
I hope this helps.
发布者:admin,转转请注明出处:http://www.yc00.com/questions/1742374439a4431904.html
评论列表(0条)