Skip to content

Frequently Asked Questions

Common questions and answers about WB Member Blog to help you get the most from the plugin.

General Questions

Does Member Blog work without BuddyPress?

Yes! Member Blog works in three different modes:

ModeHow It WorksBuddyPress/BuddyBossBlog tab appears in member profiles automaticallyPeepSoIntegrates with PeepSo profilesStandaloneUses dedicated dashboard page with shortcodes

What’s the difference between Free and Pro?

Free version includes:

Frontend post creation with multiple editor options Role-based access control Activity feed integration Categories and featured images Shortcodes for displaying posts

Pro version adds:

Post limits and restrictions by role or member type Custom fields (15+ field types) Co-author collaboration system Group blogs integration Email and on-site notifications Post credits for monetization Post scheduling Post series for organizing content Analytics dashboard

Can members edit their posts after publishing?

Yes. Members can edit their own published posts at any time. The edit link appears in their dashboard and on the post itself when they’re logged in.

Do posts need admin approval?

It depends on the member’s WordPress role:

RoleBehaviorSubscriber, ContributorPosts go to “Pending Review”Author, Editor, AdminPosts publish immediately

Setup & Configuration

How do I set up the required pages?

The easiest way:

Go to Member Blog → Pages Click Auto-Create Page for each required page The plugin creates pages with the correct shortcodes automatically

Or create pages manually:

Create a page for post submission, add the [bp-member-blog-form] shortcode Create a page for the dashboard, add the [bp-member-blog] shortcode Select these pages in the plugin settings

Which editor should I choose?

EditorBest ForEditor.jsModern block-style editing, rich contentMedium EditorDistraction-free writing, minimal UIClassic EditorUsers familiar with WordPress

Start with Editor.js (the default). Switch if members find it confusing.

How do I restrict who can post?

Go to Member Blog → Access & Permissions Check or uncheck user roles Optionally filter by BuddyPress member types Save changes

Can I limit which categories members can use?

Yes. Go to Member Blog → Content & Categories and:

Add categories to “Restricted Categories” to hide them from members Disable “Allow Custom Categories” to prevent members from creating new categories

Permissions & Access

Why can’t a member see the blog tab?

Check these in order:

Role allowed? - Check Member Blog → Access & Permissions Member type allowed? - If using BuddyPress member types Logged in? - Only logged-in users see the tab Cache? - Clear any caching plugin or CDN cache

How do I let Subscribers publish directly?

By default, Subscribers’ posts go to “Pending Review.” To change this:

Use a role editor plugin (like User Role Editor) Add the publish_posts capability to the Subscriber role

Or upgrade to Pro and use Post Restrictions to configure per-role behavior.

Editors & Content

How do I change the editor type?

Go to Member Blog → Editor Select your preferred editor Save changes

All members will use the new editor immediately.

Can members upload images in posts?

Yes, in two ways:

Featured Image: Dedicated uploader in the post form Inline Images: Depends on editor (Editor.js supports inline images)

What’s the maximum file size for uploads?

The upload limit is controlled by two settings:

Plugin setting: Member Blog → Content & Categories → Maximum Upload Size Server setting: Your PHP upload_max_filesize

The actual limit is whichever is lower.

Can members embed videos?

Editor.js: Yes, using the embed block Classic Editor: Yes, paste URLs or use embed shortcodes Medium Editor: Limited, paste URLs only

BuddyPress Integration

Where does the blog tab appear?

In member profiles, after the default BuddyPress tabs: Profile | Activity | Friends | Blog | Settings

Can I change the “Blog” tab name?

Yes, with a filter in your theme’s functions.php:

add_filter( ‘bp_member_change_blog_label’, function() { return ‘My Articles’; });

Can I change the blog URL slug?

Yes:

add_filter( ‘bp_member_change_blog_slug’, function() { return ‘articles’; });

This changes /members/username/blog/ to /members/username/articles/

Posts don’t appear in activity feed

Check:

BuddyPress Activity component is active Member Blog → Content & Categories → Activity Stream Integration is enabled Posts are published (not pending or draft)

Does it work with BuddyBoss?

Yes. Member Blog is fully compatible with BuddyBoss Platform and BuddyBoss Theme.

Still Need Help?

Check the documentation - All features are documented WordPress.org forums - Community support for free version PRO support - Direct support for Pro customers