How do I add the latest posts from a wordpress blog in a unique section of an HTML site?

0

Good afternoon everyone, I recently created an html site for a client where I made available an alert area of the type "On X-day there will be no class due ..." however it is bad to have to change the code all the time. Is it possible to create a wordpress blog on the same server as the site and only display recent posts in that area for alerts on the site? Thank you in advance.

    
asked by anonymous 15.02.2018 / 15:40

1 answer

0

I do not have enough reputation to comment, but the Anderson question is pertinent.

Answering your question: Yes, you can 'create a WordPress' and use it only to manage a specific page. I recommend that you "turn your HTML/CSS into a WordPress theme" by following the minimum guidelines¹, even though the pages are not editable by the panel, keeping HTML "purer."

¹ link

You will need to study a bit about how WordPress works by creating a posts view page with loop : link

    
16.02.2018 / 10:57