Need more API for wordpress node

Wordpress is the most popular to publish a website. But its node has lack of fucntions to use. You should consider these APIs:

  1. Media management
    Media | REST API Handbook | WordPress Developer Resources
  2. Page management
    Pages | REST API Handbook | WordPress Developer Resources
  3. Categories management
    Categories | REST API Handbook | WordPress Developer Resources
  4. Comment management
    Comments | REST API Handbook | WordPress Developer Resources

+1 from me, the entire node needs loads more functionality, not jsut those listed above.

I have some local changes for the wordpress node that add spport for some of the media options, I will see if I can find some time to polish it up a bit and get a PR created.

1 Like

i’m more interested in things like being able to search for post slugs so you can check if you have posted an article with the same slug before etc