简体   繁体   中英

iam trying to integrate precreated website to wordpress

i just started to integrate my working website to word press .. but i have a little problem when i move navbar menu into header.php as you can see in the end of code , there is unordered list with list items ...how can i link these menu items to existing pages to work in word press

    <!DOCTYPE HTML>
    <HTML <?php language_attributes(); ?>>
    <head>
        <meta char set="<?php bloginfo('charset');?>">
    <title>
   some code goes here.......
    </div>
    <div class="collapse navbar-collapse" id="bs-example-navbar-collapse-1">
                <ul class="nav navbar-nav">
                 <li><a href="index.php">Home</a></li>
                <li><a href="venuetravel.php">Venue/Travel</a></li>
                     <li><a href="schedule.php">Schedule</a></li>
                              </ul>

thank you in advance...

You can't add menu in wordpress like this you have done.you need to go to wordpress admin panel and then go to appearance -> menu and add the menu items you want to appear in pages of your site.

Thanks

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM