Adding multiple pages that rely on CI
-
I am using wordpressigniter plugin to use codeIgniter within wordpress
I have multiple pages prepared in codeigniter. say
index.php/home/student index.php/home/register index.php/classesI would like to bring them in wordpress under 3 different pages. How do I do that?
I can only bring the default page by showing the path to CI installation that leaves me with the index function of default controller. How do I use other functions and other controllers?
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
The topic ‘Adding multiple pages that rely on CI’ is closed to new replies.