Posts
Renders your WordPress posts natively. Works on any site — no Ultimate Member, no BuddyPress, nothing beyond the Memberside plugin.
Before you start
Section titled “Before you start”| Plugin | None. WordPress core |
| Endpoint group | Content |
| Plan | Every plan |
Place Single Post on the Background tab as well. Without it, tapping a post does nothing.
Add it to your app
Section titled “Add it to your app”- Drag Posts onto a navigation bar.
- Choose the post types to include.
- Pick a layout and template.
Settings
Section titled “Settings”| Setting | What it does | Default |
|---|---|---|
| Post types | Which public post types to list | post |
| Template | How each item is drawn | Card |
| Layout | Grid or list | Grid |
| Sort | Ordering | Newest first |
| Search | A search field on the screen | On |
| Terms | Limit to chosen categories or tags | All |
| Authors | Limit to chosen authors | All |
| Meta key | Sort or filter by a custom field | None |
| Comment count | Show the number of comments | Off |
| Title, Description | Shown at the top | Empty |
Any public post type is available, so a site with event or recipe types
can list those without a plugin integration.
What your members see
Section titled “What your members see”A searchable, scrolling list or grid. Tapping an item opens it in Single Post, where they can read it and, if you allow it, comment.
A posts screen, and opening a post
record → src/assets/media/posts.mp4
Published posts only
Section titled “Published posts only”Only published posts are ever returned. Drafts, pending and scheduled posts are excluded server-side, regardless of who is signed in — including administrators.
An administrator who can see a draft on the website will not see it in the app. That is deliberate rather than a permissions gap.
When it does not work
Section titled “When it does not work”| Symptom | Cause | Fix |
|---|---|---|
| The screen is empty | The Content group is off | Enable it |
| Tapping a post does nothing | Single Post is not placed | Add it on the Background tab |
| A draft is missing | Published posts only | Publish it |
| A post type is not offered | It is not registered as public | Register it with public => true |
| Fewer posts than on the website | A term, author or type filter is set | Check the tab’s settings |
| Comment counts are missing | The setting is off | Turn on Comment count |