Add Home link and remove search box - Wordpress Solution
[Solved] - Add Home link and remove search box - Wordpress Solution |
---|
Try following codes |
How can I add a home link to my websites menu and how can I remove the search box from the menu?
[[LINK href="http://votepbsc.com"]][[/LINK]]
Solution - 1If you provide the code that you have in your template it will be easier to help you... Solution - 2Menu codes are complicated. It can generated by wp_list_pages or wp_page_menu or wp_nav_menu. So you need to post your menu code here or at least tell people what theme your are using, so that people here can give you correct answer. However a simple menu home link can be Thanks. Solution - 3You have to edit your theme's header.php file. it should be like wp-content/themes/THEME_NAME/header.phpin the same file, you will get something like this: You can remove that to remove the search box |
Date: 2022-10-21 05:20:24 |
Category: Wordpress |