MARKETPLACE
PLUGINS
WORDPRESS CONNECTOR
Wordpress connector logo

Wordpress connector

Published March 2025
   •    Updated January 2026

Plugin details

WordPress Connector is a plugin that allows Bubble applications to retrieve data from a WordPress site via the WordPress REST API. With this plugin, you can fetch the following data:
Posts: Title, content, publication date, status, featured image, and more
Categories: Name, slug, link, parent category, and more
Tags: Name, slug, post count, related link, and more
Media: Media URL, ID, title, file type, and more
This plugin enables seamless integration of WordPress content into Bubble applications without requiring code.

Free

For everyone

stars   •   0 ratings
25 installs  
This plugin does not collect or track your personal data.

Other actions

Platform

Web & Native mobile

Contributor details

DevSpark logo
DevSpark
Joined 2025   •   15 Plugins
View contributor profile

Instructions

1. Plugin Setup Install the Plugin

Search for "WordPress Connector" in the Bubble plugin marketplace and install it.
API Configuration

Ensure that the WordPress site supports REST API access.
2. Retrieving Data
Retrieve Posts

Use the Get Posts action and specify the domain parameter to fetch posts from your WordPress site.
Retrieve Categories

Use the Get Categories action and specify the domain to retrieve category data.
The response includes id, name, slug, and parent.
Retrieve Tags

Use the Get Tags action and specify the domain to retrieve tag data.
The response includes id, name, slug, and count (number of posts assigned to the tag).
Retrieve Media

Use the Get Media action and specify id to retrieve specific media details.
This can be used to obtain thumbnails.
3. Using the Plugin in Workflows
Display a list of posts in a Repeating Group

Set the Get Posts action as the data source and display post titles and links.
Create category and tag filters

Use Get Categories or Get Tags to populate dropdown filters for post searches.
Display featured images

Use Get Posts to retrieve featured_media, then use Get Media to get the image URL and display it in an image element.

Types

This plugin can be found under the following types:

Categories

This plugin can be found under the following categories:

Resources

Support contact
Tutorial

Rating and reviews

No reviews yet

This plugin has not received any reviews.
Bubble