Files
WORDPRESS_PLUGIN_model/plugins/fipf_wp_plugin/html/index.html

8 lines
150 B
HTML

<p>i am a new p</p>
<p class="first_el_to_change">to change</p>
<?php
foreach($names as $name) {
include($template_dir."presentation.html");
}
?>