Home > Back-end >  How do I edit a website made in WordPress?
How do I edit a website made in WordPress?

Time:08-07

How to add new data to an already working wordpress website? So I have made a website on WordPress. I used xampp for local server. Soon, I will upload to hosting. Later, I will need to post new articles, pictures, videos and other information to the website. How do I do this?

CodePudding user response:

As, you mentioned that a website is created by WordPress you can edit or change something by putting PHP code according to your choice.

CodePudding user response:

For new articles you can use default posts post type and add new posts into it. There is a media menu in WordPress dashboard here you can add images and videos. For extra information you can use ACF and CPT. Other things are dependent on themes and plugins which used in WordPress.

  • Related