• Resolved dvalin

    (@dvalin)


    Hay all.

    Sorry if this has been answered, iv looked around google and found a few explanations but none really fit what I was looking for.

    Essentially I have / am moving to wordpress from another CMS, on which I had a lot of stand alone pages that were doing lots of database calls and php stuff.

    What I want to do is have a new page like list.php which would use the current theme, and then be able to edit the code for that page and just slot in all of my php so that when my php is executed, it gets rendered inside the theme.

    I read about the php tags but I’m really looking to create a standalone page and not just embed some code via the normal wordpress create page.

    in my old CMS I simply made a new file called list.php

    in which the code kina looked like this.

    Get CMS Header
    Do CMS auth stuff

    <INSERT MY OWN PHP CODE>

    Get CMS Footer

    can I do this in wordpress?

Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘how to put php in a page ?’ is closed to new replies.