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?
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.
Ok i´ll use cpmfetch
thanks