-1

I have a html/php page connected to bd on my xampp, is there any way to export that page to my wordpress on xampp?

I've been looking around about how to do it but all the solutions goes to hosting, i just want my local page on my wordpress

1 Answer 1

-1

Wordpress have a different way of coding as a simple php script. Customisation are made with plugins.

In Wordpress, you don't access directly to the mysql db, but you create new object with custom post type :
https://developer.wordpress.org/plugins/post-types/

Then you use hooks to customise the display in order to code the functionalities of your plugin :
https://developer.wordpress.org/plugins/hooks/

Not the answer you're looking for? Browse other questions tagged or ask your own question.