1. Overview
WordPress connector publishes Skayle posts to WordPress using the WordPress REST API. It uses:siteUrlusernameapplicationPassword
/users/me endpoint.
2. Prerequisites
Before connecting:- A WordPress site with REST API enabled (
/wp-json/wp/v2reachable) - A WordPress user account for Skayle publishing
- Ability to create an Application Password for that user
3. Creating API credentials
In WordPress:- Go to
Users -> Profile. - Find
Application Passwords. - Create a new application password for Skayle.
- Copy the generated password.
- Site URL (for example
https://example.com) - Username
- Application Password
4. Required permissions
Your WordPress user should have permissions to:- Read users (
/users/metest) - Create and update posts
- Manage categories and tags (if syncing taxonomies to WordPress)
5. CMS-side setup
Required in WordPress:- Standard Posts enabled
- Categories and Tags enabled
- Author users present (for author sync from WordPress)
6. Connecting in Skayle
- Open
Settings -> Connector. - Select
WordPress. - Enter
Site URL,Username,Application Password. - Run
Test Connection. - Save connector.
- Sync categories/tags/authors from WordPress to Skayle
- Configure taxonomy source of truth
7. Field mapping explanation
WordPress connector uses fixed WordPress fields:
Taxonomy behavior:
- Categories: sync both directions
- Tags: sync both directions
- Authors: sync from WordPress to Skayle
- Author sync to WordPress users: not implemented
8. Publishing test article
- Create or open a draft post in Skayle.
- Assign category/tag/author.
- Publish the post.
- Confirm it appears in WordPress Posts list.
- Open the live URL from Skayle publish result.
9. Common errors & troubleshooting
10. Best practices
- Use a dedicated WordPress user for Skayle publishing.
- Sync taxonomies before first bulk publish.
- Keep permalink and slug policies consistent across teams.
- Use drafts for review and move to publish only when final.