I have a website that I update everyday which includes a new page added everyday. I had advertisements on my website but I am wondering how do I make a template because today I ran into my first issue. One of my advertisements stopped so I am left with going back through the 50 pages and taking it out. For now I am okay with this, but if it happens again I don't want to go through 300 pages. Is there a way to set a template so that I can just change that and then it will automatically change it on all pages? I am in the process of redesigning my website so I am already going to have to go through every page so this would be the perfect time to add this change as well. Thanks again and all help is appreciated Brandon
if yu have dreamweaver you can setup your website in it and then find & replace the ad code in the entire site (if you have a local copy of your website).
What you probably mean/need is a CMS, not DreamWeaver... With a simple text-editor like Notepad++ (and that's for free and professional coders) I can open 300 pages and change code sequences.
I use dream weaver and the only reason I am not using a CMS is because I designed the site myself and cant convert the design to a CMS. and how exactly would I do it with php? What do I search on google?
Wrap your ad code in a method/function in php or other language you use, and rather than duplicating the code just call that method/function form multiple pages.
But the theme is custom made and I cant transfer it over to wordpress I am able to use this inside of my html website?
Yes, you can use php inside of html pages by adding a few lines of code to your .htaccess file. A php include statement may be the quickest and easiest way to accomplish your template needs. I don't have much experience in this but hopefully that points you in the right direction.