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

News:

CPG Release 1.6.28
added submissions from {406man}
cleaned up a few PHP (8.4) deprecations
fixed PHP deprecation in calendar
removed security vulnerability
(please upgrade when possible)

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