[Solved]: Include "Index.php" on my wordpress page [Solved]: Include "Index.php" on my wordpress page
 

News:

CPG Release 1.6.26
Correct PHP8.2 issues with user and language managers.
Additional fixes for PHP 8.2
Correct PHP8 error with SMF 2.0 bridge.
Correct IPTC supplimental category parsing.
Download and info HERE

Main Menu

[Solved]: Include "Index.php" on my wordpress page

Started by thoxic, March 12, 2008, 08:52:40 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

thoxic

Hi i wanna know how can i use includes to add my index.php on my wordpress page
i already have one plugin called run php that run php on wordpress pages
I just wanna use the include is it possible?

Joachim Müller

You can't embedd coppermine using the PHP include command. Either use an <iframe> or just output content taken from coppermine on non-coppermine driven pages (aka "content syndication") - the dev team recommends using cpmFetch.

thoxic