How to call other .php files into template.html How to call other .php files into template.html
 

News:

CPG Release 1.6.29
During HTML5 upload, keep pseudo blank code 200 messages from triggering error condition
added Russian language
correct failure to use theme menu icons in album manager
minor vulnerabilities mitigation

Main Menu

How to call other .php files into template.html

Started by Hanna., March 30, 2023, 05:12:30 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

Hanna.

I'm trying to add this:

Quote<?php  include "./welcome.php";?>

into template.html but it won't display. I need to be able to include/import php files in the template to save myself each time I change the theme colors/layout.

Please advise.

ron4mac

You can not run PHP code from an .html file.

See here for adding custom PHP code.

Hanna.

You can close this topic. I was able to locate the plugin that you provided me a while back in regards to this. Thanks!

Hanna.