How to Create a Public Product Roadmap in WordPress

Posted on the 21 March 2026 by Wbcom Designs @wbcomdesigns

Why a Public Roadmap Changes the Way Customers See Your Product

Every product team has a backlog. Most keep it locked inside project management tools, invisible to the people who actually use the product. That is a missed opportunity.

A public product roadmap flips the script. Instead of keeping your plans hidden behind closed doors, you share what you are working on, what is coming next, and what you have already shipped. The result? Customers feel heard, support teams field fewer “when is this coming?” tickets, and your development priorities become transparent.

Companies like Buffer, Trello, and Notion have famously published public roadmaps. The pattern is consistent: transparency builds trust, trust builds loyalty, and loyalty drives revenue. According to a 2024 survey by ProductPlan, 72% of product managers who shared a public roadmap reported higher customer satisfaction scores within six months.

But here is the thing most guides skip over: you do not need a separate SaaS tool to do this. If your website already runs on WordPress, you can build a fully functional public roadmap directly inside your existing site, with no external dependencies, no monthly fees, and no data leaving your server.

In this guide, you will learn exactly how to set up a public product roadmap in WordPress using the Product Roadmap plugin, from initial installation through to collecting customer votes on upcoming features.

What Makes a Good Public Roadmap

Before diving into the technical setup, it is worth understanding what separates a useful public roadmap from a neglected page nobody visits.

Visual Organization

A wall of text does not work. Your roadmap needs a visual structure that lets visitors scan quickly and find what matters to them. Kanban boards with columns like “Planned,” “In Progress,” and “Completed” are the gold standard because they communicate status at a glance.

Clear Prioritization

Every item on your roadmap should have a visible priority level. When customers see that their most-requested feature is marked “High Priority,” they know you are paying attention. When it is marked “Low Priority,” they understand the reasoning without needing to contact support.

Customer Participation

The best public roadmaps are not one-way broadcasts. They invite customers to vote on features, leave comments, and submit new ideas. This turns your roadmap from a static list into a living feedback channel.

Regular Updates

A roadmap last updated six months ago does more harm than good. It signals abandonment. The right tool makes updates easy so you actually do them.

Installing the Product Roadmap Plugin

The Product Roadmap plugin is built specifically for WordPress. Unlike generic project management tools repurposed as roadmaps, this plugin was designed from the ground up to create public-facing roadmaps inside your WordPress site.

Step 1: Download and Install

  1. Purchase and download the plugin from wbcomdesigns.com/downloads/product-roadmap.
  2. In your WordPress dashboard, navigate to Plugins > Add New > Upload Plugin.
  3. Select the downloaded ZIP file and click Install Now.
  4. After installation completes, click Activate Plugin.

Step 2: Initial Configuration

Once activated, you will find a new “Product Roadmap” menu item in your WordPress admin sidebar. Navigate there to configure your basic settings:

  • Board Name: Give your roadmap a title that makes sense to customers (e.g., “Feature Roadmap” or “What We’re Building”).
  • Default View: Choose between Kanban board view or timeline view as the default display.
  • Voting: Enable or disable public voting on roadmap items.
  • Comments: Control whether visitors can comment on individual items.
  • Visibility: Set whether the roadmap is visible to all visitors or only logged-in users.

The plugin creates a custom post type for roadmap items, which means each feature or task gets its own page with a unique URL, full SEO support, and the ability to attach media, descriptions, and metadata.

Setting Up Your Kanban Board

The kanban board is the centerpiece of your public roadmap. It organizes items into columns that represent different stages of development, giving visitors an immediate visual overview of your product direction.

The kanban board view organizes roadmap items into clear status columns, making it easy for visitors to see what is planned, in progress, and completed.

Creating Status Columns

By default, the plugin comes with standard columns, but you can customize these to match your workflow:

  • Under Consideration – Ideas being evaluated.
  • Planned – Confirmed for development.
  • In Progress – Currently being built.
  • Completed – Shipped and available.

You can add, rename, or remove columns from the plugin settings. Some teams add a “Not Planned” column to give closure on features they have decided against, which customers appreciate because it ends the uncertainty.

Drag-and-Drop Management

On the admin side, you can drag roadmap items between columns as their status changes. This makes weekly roadmap updates a two-minute task instead of a chore. When you move an item from “Planned” to “In Progress,” customers who voted on that item see the change reflected immediately on the public board.

Customizing the Board Appearance

The kanban board inherits your theme’s styling, so it looks native to your site. You can further customize colors for each column to create visual differentiation. For example, “In Progress” might use a blue accent while “Completed” uses green.

Adding Roadmap Items with Priorities, Categories, and Dates

Each item on your roadmap is a custom post type entry. This gives you all the power of WordPress’s content editor combined with roadmap-specific fields.

Creating a New Roadmap Item

  1. Navigate to Product Roadmap > Add New Item in your WordPress dashboard.
  2. Enter a clear, customer-facing title (e.g., “Dark Mode Support” rather than “FEAT-342: Implement theme toggle”).
  3. Write a description that explains what the feature does and why it matters. This is public-facing content, so write for your customers, not your development team.
  4. Set the item’s metadata using the sidebar fields.

Priority Levels

Assign one of the available priority levels to each item:

  • Critical – Must be addressed immediately.
  • High – Important and scheduled soon.
  • Medium – On the radar but not urgent.
  • Low – Nice to have, may be revisited later.

Priorities are displayed as visual badges on the kanban board, so visitors can immediately identify the most important items.

Categories and Tags

Use categories to group related items. For a WordPress plugin, you might use categories like “Performance,” “UI/UX,” “Integrations,” and “Security.” Tags offer additional cross-cutting classification, such as “Community Requested” or “Enterprise Feature.”

Visitors can filter the roadmap by category, which is useful when your roadmap grows beyond 20-30 items. A customer interested only in API improvements can filter to see exactly those items.

Target Dates

You can optionally set target dates for roadmap items. Some teams prefer not to commit to specific dates publicly, and that is fine. The date fields are optional. But if you do set them, they appear on the item detail view, giving customers a rough timeline to expect delivery.

Each roadmap item has a detailed view where visitors can read the full description, see priority and status, and cast their vote.

Embedding Your Roadmap with Shortcodes

Once your roadmap items are configured, you need to display them on your site. The Product Roadmap plugin provides shortcodes that let you embed the roadmap on any page or post.

Basic Roadmap Shortcode

The primary shortcode displays the full kanban board:

[product_roadmap]

Drop this into any WordPress page, and it renders the complete roadmap with all columns, items, voting buttons, and filters.

Filtered Views

You can also create filtered views using shortcode parameters:

  • [product_roadmap status="in-progress"] – Show only items currently in development.
  • [product_roadmap category="integrations"] – Show only integration-related items.
  • [product_roadmap priority="high,critical"] – Show only high-priority items.

This flexibility lets you embed focused roadmap views on different pages. Your integrations documentation page might include only integration-related roadmap items. Your changelog page might show only completed items.

Widget Support

The plugin also provides widgets for your sidebar or footer. A compact “What’s Coming Next” widget in your sidebar keeps your roadmap visible across every page without taking up significant space.

Page Template Recommendations

For the best experience, create a dedicated page with a full-width template. Most themes offer a “Full Width” or “No Sidebar” template option. The kanban board benefits from horizontal space, so removing the sidebar gives items room to breathe.

Enabling Voting and Comments for Customer Feedback

This is where a public roadmap transforms from a status page into a feedback engine. The voting and commenting features let your customers directly influence your product direction.

How Voting Works

When voting is enabled, each roadmap item displays an upvote button with a running count. Visitors click to vote, and the total vote count updates in real time. Items with more votes naturally signal higher demand, giving your product team quantitative data to support prioritization decisions.

The plugin supports both guest voting (with cookie-based duplicate prevention) and logged-in-user voting (one vote per user). Logged-in voting provides cleaner data because it eliminates duplicate votes from the same person using different browsers.

Comment Threads

Comments on roadmap items create focused discussion threads. Instead of customers emailing support with feature requests, they can discuss specifics directly on the relevant roadmap item. This gives your product team context-rich feedback attached to the exact feature being discussed.

You can moderate comments using WordPress’s built-in comment moderation tools. If a comment needs approval before appearing publicly, the standard WordPress moderation queue handles it.

Notification Options

Configure email notifications so your product team gets alerted when an item receives a new vote or comment. This keeps your team informed without requiring them to manually check the roadmap daily.

Anonymous vs. Authenticated Feedback

Consider your audience when deciding whether to require login for voting and commenting. B2B products often benefit from authenticated feedback because you can tie votes to specific customer accounts. B2C products might prefer anonymous voting to reduce friction and increase participation.

Managing Your Roadmap Day-to-Day

A roadmap that does not get updated becomes a liability. Here is how to build a sustainable update workflow.

Weekly Review Ritual

Set aside 15 minutes each week to review your roadmap. Move items that have progressed, update descriptions with new details, and check vote counts to see if priorities have shifted. The drag-and-drop interface makes this fast.

Connecting to Your Development Workflow

Many teams maintain an internal project management tool (Jira, Linear, GitHub Issues) alongside their public roadmap. The public roadmap does not need to mirror every internal ticket. It should reflect the customer-visible features and improvements. Think of it as the curated, customer-friendly version of your internal backlog.

Handling Completed Items

When a feature ships, move it to the “Completed” column and update its description to include a link to the relevant documentation or release notes. Some teams archive completed items after 30 days to keep the board focused on what is ahead.

Communicating Delays

If a planned feature gets delayed, update its description to explain why. Customers handle delays much better when they understand the reasoning. Silence breeds frustration; transparency earns patience.

Free vs. Pro: What You Get at Each Level

The Product Roadmap plugin offers both free and pro versions. Here is what you can expect at each level:

Free Version Features

  • Basic kanban board display.
  • Standard roadmap item creation with titles and descriptions.
  • Status column management.
  • Simple shortcode embedding.
  • WordPress-native architecture (custom post types, taxonomies).

Pro Version Additional Features

  • Public Voting System: Let visitors upvote features they want most.
  • Advanced Filtering: Filter by priority, category, date range, and vote count.
  • Timeline View: Visualize your roadmap on a date-based timeline.
  • Priority Badges: Visual priority indicators on board items.
  • Custom Statuses: Create unlimited custom status columns.
  • Email Notifications: Get notified when items receive votes or comments.
  • Progress Tracking: Show completion percentages on individual items.
  • Role-Based Access: Control who can vote, comment, or submit new ideas.
  • Frontend Submission: Let customers submit feature requests directly from the roadmap page.

For most teams with active customer bases, the Pro version pays for itself quickly through reduced support burden and improved customer engagement.

SEO Benefits of a WordPress-Native Roadmap

One advantage of building your roadmap in WordPress rather than using an external tool is SEO. Each roadmap item creates a unique, indexable page on your domain. If someone searches for “[your product] dark mode,” your roadmap item for dark mode can appear in search results, bringing traffic directly to your site.

This is something external tools like Canny or Trello cannot offer. When your roadmap lives on a third-party domain, those pages build SEO equity for that third party, not for you.

With the Product Roadmap plugin, you can customize the URL structure, meta descriptions, and social sharing previews for each roadmap item using your existing WordPress SEO plugin (Yoast, Rank Math, etc.).

Real-World Setup: A WordPress Plugin Company

Let us walk through a concrete example. Imagine you run a WordPress plugin company with three products. Here is how you might structure your public roadmap:

  1. Create three categories: “Plugin A,” “Plugin B,” “Plugin C.”
  2. Add 10-15 roadmap items per product, covering planned features, known issues being fixed, and recently completed improvements.
  3. Create three dedicated pages with filtered shortcodes, one per product. Each product page shows only that product’s roadmap items.
  4. Create one master roadmap page that shows everything, with filters allowing visitors to narrow by product.
  5. Add a sidebar widget showing the top 5 most-voted items across all products.
  6. Link from your support documentation to relevant roadmap items. When a customer asks about a missing feature, support can link directly to the roadmap item where they can vote and follow progress.

This setup takes about an hour to configure and immediately reduces the “is this planned?” support load.

Getting Started Today

A public product roadmap is one of the highest-ROI transparency investments you can make. It reduces support volume, increases customer trust, provides quantitative prioritization data through voting, and creates SEO-rich content on your domain.

The Product Roadmap plugin for WordPress gives you all of this inside your existing WordPress site, with no external services, no monthly SaaS fees, and no data leaving your control.

Install the plugin, create your first batch of roadmap items, embed the board on a page, and share the link with your customers. Within a week, you will have real vote data showing you exactly what your customers want next.

Get the Product Roadmap plugin here and start building your public roadmap today.