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

News:

CPG Release 1.6.27
change DB IP storage fields to accommodate IPv6 addresses
remove use of E_STRICT (PHP 8.4 deprecated)
update README to reflect new website
align code with new .com CPG website
correct deprecation in captcha

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