Sidebar Question

David

Madly Diligent
Joined
Jul 13, 2009
Messages
7,756
Reaction score
14
FP$
696
Hello,

On my SEO Guide website, I have a sidebar, but if I make another HTML page, I have to manually edit each page's sidebar. Is there a way so I only need to edit one file and the sidebar is edited on all pages?

Thanks.
 
Could have like content.php (Wrtie side bar content in that file) and then in the place you want that content to go put

Code:
include 'content.php';

made easy when using php
 
Thanks for your help you two, however I have gone with some different design.
 
Back
Top Bottom