• shadd

    (@shadd)


    Hi Guys

    I have built 3 plugins. Each is a form which allows the user to add courses, news and events to the DB. This is all raw, Im not using any pages, posts etc to create the content. The problem is, is now I need to print this data to the front end but I don’t know where to start. Someone did mention page templates but I don’t really know how this will work. ATM I need three separate pages to print my data on. Each page will need to have its own custom design. Is there any work around or will I have to use another CMS ?

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter shadd

    (@shadd)

    bump

    Devin Price

    (@downstairsdev)

    Set up your WordPress site with the three pages.

    You can use page templates to have three different designs. Just select those templates for the pages you want. (Read: https://codex.www.ads-software.com/Pages on “Creating Your Own Page Templates”.)

    To display your data, write functions in your plugin that will return the data. Then put that function call somewhere in the page template.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Printing data for three custom forms’ is closed to new replies.