• I am integrating this site in WordPress for my dad.

    Right now we have an admin page with number inputs. The number of available units are entered, and on the prices/availability page it displays the number of available units.

    What is the WordPress way to do this? Do I tie it into the backend? Or is there some form of session management that I can tie into?

    Thank you.

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • I have no idea what you are actually trying to do. How did you get this admin page? Is it from WordPress core, a plugin, or something you coded yourself? What is your desired output? We have no login for your site, so we have no idea what your admin page looks like. Please provide more context.

    Thread Starter burnedfaceless

    (@burnedfaceless)

    OK so this site is just a LAMP application, no WordPress.

    The login is just a series of HTML number inputs (they enter the number of units).

    And those are entered into a MariaDB table which has one row.

    I was thinking about just adding the folder that says admin into WordPress. And if I did that I could just keep it the same.

    But I was wondering if I should tie it into the backend or somehow tie it into WordPress.

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Correct way to do this in WordPress’ is closed to new replies.