Need more API for wordpress node [GOT CREATED]

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 | Developer.WordPress.org
  2. Page management
    Pages – REST API Handbook | Developer.WordPress.org
  3. Categories management
    Categories – REST API Handbook | Developer.WordPress.org
  4. Comment management
    Comments – REST API Handbook | Developer.WordPress.org

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

1 Like

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.

4 Likes

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

Hi @cmdntd987!

I’ve submitted a PR for pages support here. I’ll return at some point and add support for the other endpoints as well if @Jon doesn’t beat me to it!

2 Likes

New version n8n@1.33.0 got released which includes the GitHub PR 8852.

+1 for media so we can automate fully LLM autoblog on wordpress and will be great if the post node can customize meta tags from yoast for example Yoast SEO: REST API | Yoast developer portal

1 Like

Please add metatag like the Woocommerce node.
To be able to use Rankmaths or Yoast meta fields.

+1 WordPress node needs the ability to manage Media, Categories and Tags.

It would also be great to add the DATE field of the post to the “Create a post” section of the existing WordPress node.

Hey you can already do all of this. Use the Wordpress API node in n8n and add the relevant fields….if you grab a WP Post via n8n and look at the data output it will show you all the json and fields available to n8n…

Not true. The fields are only available via the HTTP node. This thread is about the WordPress node.