Using wordpress or not
-
Hi, recently I was given a task to make a customized wordpress website using the multisite. Descriptions which were given to me included that I need to create a form to save materials, and that material data will be saved in custom materials table. For this i created a form through code and wrote my own PHP code using WP native functions like connection etc, and I made the script to insert data.
They demanded a custom theme, they gave me some styles. They want a custom a panel for suppliers to upload/update material info.
I used WP user registration system for authentication and I still need to implement a membership script.
Now my question is, what’s the point of using WordPress if I have to write my own code. I can’t use form plugins as the form I have currently submits data in a custom table.
EDIT: I still need to implement pagination for the page where all the materials are shown, and again I had to write a custom PHP script to retrieve that data. I still need to work on the panel for users so they can update material info and buy membership.
The topic ‘Using wordpress or not’ is closed to new replies.