September 4, 201015 yr I have a section on my site which i wish to be able to change and subsiquently change every page with that same content, is there a way to do this without php or an iframe?
September 4, 201015 yr Can i ask why do you not want to use php? Alternatively you can use ajax or json to load external content (say part of a .html file, or a .txt file)
September 4, 201015 yr Stay away from iframes as your website won't be easily crawlable by search engines. The easiest way would probably be to use PHP includes or something along those lines.
Create an account or sign in to comment