Page 1 of 1

#include "apage.html"

Posted: Mon Sep 19, 2016 2:37 pm
by Vegan
lots of web sites use PHP #incjude to assemble content, this forum is a good example

in a WP text box however I cannot include HTML that easily, yo Google

http://www.w3schools.com/howto/howto_html_include.asp

This looks like an alternative

my chess site is manually coded with HTML 5

the tournaments as they are now are updated with a mere sync of the site, the components are defined

so the crummy code for the chess results is messy and there is not much i can do about it at the moment

Re: #include "apage.html"

Posted: Mon Sep 19, 2016 2:53 pm
by Celauran
What is it you're trying to accomplish? You can use includes at the template level. Allowing arbitrary includes through user-facing input sounds like a terrible idea.