Skip to content

Installation & Setup

WB Member Wiki adds a collaborative wiki system to your WordPress site. Members can create, edit, and manage a shared knowledge base with revision tracking, interlinking, and role-based access control.

  • WordPress 5.8 or higher
  • PHP 7.4 or higher
  • Optional: BuddyPress, BuddyBoss, or PeepSo for community profile integration
  1. Download the plugin ZIP file from your account
  2. Go to Plugins > Add New > Upload Plugin in your WordPress admin
  3. Select the ZIP file and click Install Now
  4. Click Activate after installation completes

The plugin will appear under WB Plugins > Member Wiki in your admin menu.

Admin Overview

After activation, follow these steps to get your wiki running:

The wiki dashboard is a regular WordPress page that uses a shortcode to display the wiki interface.

  1. Go to WB Plugins > Member Wiki
  2. Click the General tab
  3. Under Dashboard Page, click Auto Create Page
  4. The plugin creates a page titled “Wiki Dashboard” with the [member-wiki-dashboard] shortcode

Alternatively, create a page manually and add the [member-wiki-dashboard] shortcode to its content.

  1. Go to the Permissions tab
  2. Select which roles can create wiki pages
  3. Select which roles can edit others’ pages (the core wiki feature)
  4. Select which roles can delete pages
  5. Select which roles can protect pages from editing
  6. Click Save Changes

Return to the Overview tab to see quick stats showing your published, draft, and pending page counts, along with the detected community platform.

The plugin provides two shortcodes:

Shortcode Purpose
[member-wiki-dashboard] Full wiki hub with listing, search, create, edit, and revision history
[member-wiki] Standalone editor form for creating or editing a single wiki page
[wiki-page id="123"] Embed a single wiki page inline by post ID
[wiki-page slug="my-page"] Embed a single wiki page inline by slug
  • Generate demo data to see the wiki in action (see Demo Data)
  • Configure display options like Table of Contents and contributor lists
  • Set up platform integration if using BuddyPress or PeepSo