Have a single menu on multiple pages?

前端 未结 6 1396
梦如初夏
梦如初夏 2020-12-30 15:18

So I have a website and I\'m using a basic menu located at the top right corner of the screen. It\'s links are as follows:

| Home | Blog | Results | Pictures         


        
6条回答
  •  死守一世寂寞
    2020-12-30 15:58

    use the PHP include on all your pages

    
    

    and have a separate menu.php within a folder named 'includes'. you'll need to save all oyur pages as .php

    you can make your footer as an include too

提交回复
热议问题