✨ New Plugin Alert ✨ SleekRank is now available with €50 launch discount
✨ New Plugin Alert ✨ SleekRank is now available with €50 launch discount
✨ New Plugin Alert ✨ SleekRank is now available with €50 launch discount
✨ New Plugin Alert ✨ SleekRank is now available with €50 launch discount
✨ New Plugin Alert ✨ SleekRank is now available with €50 launch discount
✨ New Plugin Alert ✨ SleekRank is now available with €50 launch discount
✨ New Plugin Alert ✨ SleekRank is now available with €50 launch discount
✨ New Plugin Alert ✨ SleekRank is now available with €50 launch discount
✨ New Plugin Alert ✨ SleekRank is now available with €50 launch discount
✨ New Plugin Alert ✨ SleekRank is now available with €50 launch discount

SleekView for IdeaPush Pro: ideas, votes & comments as tables

IdeaPush Pro represents ideas as a custom post type with vote counts and category taxonomies in postmeta. SleekView pivots that data into one grid so product teams can sort by vote count, filter by status, and bulk-update without clicking each idea.

♾️ Lifetime License available

SleekView table view for IdeaPush Pro

Run your idea board as a real table

IdeaPush Pro turns a WordPress site into an idea-and-vote board. Each suggestion is a wp_posts row under a custom post type (commonly idea or ideapush), with vote tallies, category, and status stored as postmeta keys. The default admin lists ideas as generic posts with no vote-count column, so product owners can't sort by popularity or filter by status without opening each idea.

SleekView pivots the postmeta into proper columns: vote count, comment count, status, category, and submitter become first-class fields. Save a view for Top of week, Awaiting review, or Shipped last quarter and the team opens the same grid every standup. Bulk-updating status across thirty ideas after a roadmap meeting takes seconds instead of thirty page loads.

Inline status edits route through wp_update_post so IdeaPush's hooks fire on each change, keeping vote-state and email notifications consistent. Custom fields added through IdeaPush settings or a third-party meta plugin appear as columns automatically, so any internal taxonomy (priority, owner, target release) becomes filterable next to the public-facing vote count.

Workflow

Wire IdeaPush data into a sortable grid

1

Pick the idea post type

Point SleekView at wp_posts filtered to the IdeaPush post type. The base query mirrors the plugin's own admin list, just with proper columns.
2

Pivot the postmeta

Add vote count, status, category, and submitter postmeta keys as columns. Sort and filter behave like any other table from here on.
3

Save the team views

Build Under review, Top of week, and Shipped this quarter as named views. Capability-gate them per role so PMs, support, and community each open the right slice.
4

Bulk-update status

Mark status editable. After a roadmap meeting, filter the decided ideas, multi-select, and bulk-update through one action. Hooks fire so notifications still go out.

Sample columns

A typical IdeaPush board view

One row per idea with vote count, category, submitter, and status visible inline.
Source: wp_posts (post_type=idea) + wp_postmeta
Idea Category Submitter Votes Status Submitted
Dark mode for the dashboard UI alex@studio.co 147 Under review Apr 24
Slack integration Integrations ria@design.io 98 Planned Apr 22
Bulk CSV import Imports tom@hello.dev 63 Shipped Apr 18
Spam: free vote bots Other anonymous 0 Rejected Apr 24

Comparison

Default IdeaPush Pro admin vs SleekView

Default IdeaPush Pro admin

  • Idea posts list shows generic post columns, no vote count column by default
  • Status updates require opening each idea via the standard post editor
  • No cross-category filter combining vote count and status
  • Postmeta-stored fields (_ideapush_votes, _ideapush_status) aren't surfaced inline
  • Per-submitter idea leaderboards aren't a built-in screen

SleekView

  • Vote count and status surfaced as sortable columns
  • Bulk status changes across many ideas inline
  • Save views per role (product owner, support, moderator)
  • Per-submitter activity tables and filters
  • Filter combinations like "votes > 50 and status = Under review"

Features

What SleekView gives you for IdeaPush Pro

Postmeta as columns

Vote count, status, category, and submitter (stored as postmeta keys like _ideapush_votes) pivot into proper columns. Sort by votes to find the loudest requests, filter by status to clear the review queue.

Inline status updates

Change an idea from Under review to Planned or Shipped right in the row. Writes route through wp_update_post so IdeaPush's status-change hooks and notification emails fire as configured.

Combined filters

Combine vote-count thresholds with status and category in one filter, save the result as a view, and reopen the same slice each week. Roadmap meetings start with a pre-filtered table, not a fresh sort.

Audience

Who uses SleekView for IdeaPush Pro

Product managers

Sort by vote count, filter to Under review, and update status inline as decisions land. The grid replaces a spreadsheet copy of the roadmap.

Support teams

Find the duplicate-request cluster by filtering category plus keyword, then bulk-merge or close. Support sees what's already on the roadmap so customers get accurate timelines.

Community managers

Per-submitter leaderboards show power users worth thanking. Filter by status to send shipped-feedback notifications to the right cohort.

The bigger picture

Why idea boards need a roadmap-shaped table

An idea board fills up fast. Active products attract a few hundred suggestions in a month, and the value is in the prioritisation, not the collection. IdeaPush stores all the data a product team needs (votes, categories, status, submitter, comment count) but presents it as a generic post list with none of those fields surfaced as columns.

The result is that PMs build a spreadsheet copy, or worse, they just don't look at the board between launches. SleekView gives them the shape they actually want: a sortable, filterable grid where status, votes, and category are first-class fields and bulk updates run in the same screen they triage in. The roadmap meeting opens with a pre-filtered view, decisions land back in the same grid via inline edits, and the notification emails IdeaPush already sends keep submitters informed.

For teams running customer-facing roadmaps, the difference is whether the idea board is a living document or a graveyard.

Questions

Common questions about SleekView for IdeaPush Pro

IdeaPush Pro registers a custom post type (commonly idea) plus its own taxonomies for category. SleekView reads wp_posts filtered by that post type and joins postmeta so vote count, status, and submitter become columns.

 

Yes. SleekView writes through wp_update_post and update_post_meta, so IdeaPush's status hooks fire on each change. Notification emails and any third-party logging behave the same as a manual edit.

 

IdeaPush stores aggregate vote counts in postmeta keys. SleekView surfaces the meta key as a numeric column, so you can sort by votes and filter by thresholds. Per-vote audit records (if stored in a separate table) can be joined as a related view.

 

Yes. Any postmeta key added through IdeaPush settings, a meta plugin, or your own theme code shows up as a selectable column. Add priority, owner, or target-release fields and SleekView treats them like any other column for sort, filter, and inline edit.

 

Yes. Filter by the IdeaPush category taxonomy term, save the view, and the team opens the same scope every meeting. Multiple saved views per category work in parallel, so a UI-focused PM and an integrations PM each get their own slice.

 

SleekView paginates server-side and uses the standard wp_posts indexes plus meta-query joins. A board with tens of thousands of ideas still opens instantly because only the visible rows pull their joined postmeta.

 

Yes. Add a filter for empty _ideapush_admin_response postmeta or zero comment count. That's the needs reply queue, and saving it as a view turns idea-board triage into a routine.

 

Yes. Filtered tables export as CSV with the visible columns. Useful for board updates, investor decks, or feeding the roadmap into another tool without copying rows by hand.

 

Pricing

More than 1000+
happy customers

Explore our flexible licensing options tailored to your needs. Upgrade your license anytime to access more features, or opt for a lifetime license for ongoing value, including lifetime updates and lifetime support. Our hassle-free upgrade process ensures that our platform can grow with you, starting from whichever plan you choose.

Starter

€79

EUR

per year

  • 3 websites
  • 1 year of updates
  • 1 year of support

Pro

€149

EUR

per year

  • Unlimited websites
  • 1 year of updates
  • 1 year of support

Lifetime ♾️

Most popular

€249

EUR

once

  • Unlimited websites
  • Lifetime updates
  • Lifetime support

...or get the Bundle Deal
and save €250 🎁

The Bundle (unlimited sites)

Pay once, own it forever

Elevate your WordPress site with our exclusive plugin bundle that includes all of our premium plugins in one package. Enjoy lifetime updates and lifetime support. Save significantly compared to buying plugins individually.

What’s included

  • SleekAI

  • SleekByte

  • SleekMotion

  • SleekPixel

  • SleekRank

  • SleekView