Hi there,
I want to post articles to the blog page of my website but with the wordpress module I can only select Post which leads to a post on the standard “Posts” tab on Wordpress (see screenshot attached).
How would it be possible to address the blog module instead and also pass things like category, Yoast SEO metrics and all the good stuff?
Information on your n8n setup
- n8n version: 1.93
- Database (default: SQLite): SQLite
- n8n EXECUTIONS_PROCESS setting (default: own, main): own
- Running n8n via (Docker, npm, n8n cloud, desktop app): Docker GCP
- Operating system: Windows 10
Hello,
@Kiremit I dont think the integrated node will have this, but you can probably aciheve this by using the http request node, what plugin adds the blog? is it yoast seo?
It maybe avaiable via api but like to confirm as this isn’t default in wordpress, that I recall.
Samuel
Hi @King_Samuel_David
The Blog Page is an archive Wordpress page - it’s not custom.
@Kiremit
You can probably try
POST https://yourdomain.com/wp-json/wp/v2/blog
I think you can try call blog or blogs like this,
If the endpoint is there, it should return what it needs,
also if u want to see all endpoint u can run this,
You should find the endpoint, and then simply use in the http request node.
Hope this helps,
Samuel
1 Like
@King_Samuel_David Thanks! What would be the API Credential I would use in this case - where would I gather that from?