Reload Posts after updating a Post with REST-API
-
Hey guys,
here is my current state:
I have a homepage where all posts of specific categories were shown in a seperated list.
e.g. all posts of category A are shown in first list – ascending to their Post-ID.
With the REST-API I will now change the content of these posts – especially the title.
After that update the posts also have to be updated without any reload of the page.I found the following tutoriaa, which couldn’t help me enough:
https://premium.wpmudev.org/blog/load-posts-ajax/So, the ID’s of the post will be mostly the same, but the title will change periodicly and this should be updated in frontend dynamicly.
How can I do this?
I would be glad if you can help me.
- The topic ‘Reload Posts after updating a Post with REST-API’ is closed to new replies.