✨ 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 WP Content Pilot Pro: campaigns & posts as tables

WP Content Pilot Pro stores campaigns as a custom post type and tracks logs and counters in wp_options. SleekView reads both, joins posted content with the originating campaign, and turns runs, sources, and post counts into a grid you can filter inside WP Admin.

♾️ Lifetime License available

SleekView table view for WP Content Pilot Pro

Campaigns and runs, in one grid

WP Content Pilot Pro is the Pro extension of the WP Content Pilot auto-blogging plugin. Each campaign is stored as a custom post type (typically wp-content-pilot on most installs) with its source, frequency, and template kept in wp_postmeta. Run logs, counters, and global settings live in wp_options. The default campaign screen lists configurations clearly, but the relationship between a campaign and the posts it has created, the runs that succeeded or failed, and the sources that still produce content sits across multiple post-meta keys and option payloads.

SleekView reads the campaign post type, joins wp_postmeta for source, frequency, and template, and pulls run logs from wp_options. Each campaign becomes a row with its source URL, last-run timestamp, last-run status, total posts created, and template as first-class columns. Posts created by a campaign are also linkable through their author, parent, or a custom meta key the plugin sets at publish time, so reviewers can drill into the content the campaign produced.

Inline edits route through the campaign post type's standard update path. Changing a frequency or pausing a campaign updates wp_postmeta in the structure the plugin expects on the next cron tick. Reviewer columns and notes live in a separate SleekView annotation table so the campaign record itself stays intact.

Workflow

How SleekView wires into WP Content Pilot Pro

1

Point at the campaign post type

Create a SleekView source on wp_posts filtered to post_type=wp-content-pilot. SleekView reads each campaign and its meta as a candidate field.
2

Compose columns

Promote source URL, frequency, last-run status, and post count as columns. Add custom template or licence keys from wp_postmeta as additional columns.
3

Pin operator views

Save views like Failing campaigns by source, Top performers this month, or Rescheduled this week. Each view captures filters, columns, and sort order for repeat use.
4

Bulk update and export

Bulk pause, resume, or shift schedules. Export the visible columns to CSV for marketing or editorial reports.

Sample columns

A typical WP Content Pilot Pro view

One row per campaign with source, frequency, last run, status, and post count.
Source: wp_posts (post_type=wp-content-pilot) + wp_postmeta + wp_options (wp_content_pilot_settings, logs)
Campaign Source Frequency Last run Status Posts
Daily news roundup RSS, BBC tech Every 6h Today 06:00 Success 412
Affiliate deals Amazon API, books Daily Today 02:00 Throttled 188
YouTube highlights YouTube, channel UC... Twice daily Today 08:30 Failed 76
Stock photo gallery Flickr API Weekly May 14 Success 29

Comparison

Default WP Content Pilot Pro admin vs SleekView

Default WP Content Pilot Pro admin

  • Campaigns and run logs are on separate screens with no joined view.
  • Per-campaign meta in wp_postmeta like source URL or template is not filterable in one click.
  • Saved searches across campaigns, sources, and last-run status are not part of the default UI.
  • Bulk pausing or rescheduling campaigns by source or status is not available as a single action.
  • Exporting campaign performance for a marketing report requires custom SQL.

SleekView

  • Joins the wp-content-pilot post type with wp_postmeta for a single campaign grid.
  • Promotes source URL, frequency, last-run status, and post count as filterable columns.
  • Bulk pause or reschedule campaigns by source or status in one action.
  • Save views like failing campaigns or top performers this month.
  • Export the visible columns to CSV for marketing or content reports.

Features

What SleekView gives you for WP Content Pilot Pro

Campaigns and meta as one grid

Reads the wp-content-pilot post type and joins wp_postmeta so each campaign row shows source, frequency, template, and last-run status without extra clicks.

Source and status filters

Filter campaigns by source type, last-run status, or post count. Combine filters into one view rather than scrolling the default list.

Bulk pause and reschedule

Select campaigns and bulk pause, resume, or shift their schedule. Writes route through the campaign post type's standard update path.

Audience

Who uses SleekView for WP Content Pilot Pro

Content operators

Pin a daily view of failing campaigns by source. Filter by last-run status and reschedule or pause directly from the grid.

Editors and marketers

Track which campaigns produce the most posts and which sources dry up. Save a weekly view that exports the column set the marketing report needs.

Developers

Audit template overrides and shortcodes per campaign by promoting the relevant wp_postmeta keys. Spot misconfigurations before the next cron tick.

The bigger picture

Why this matters for WP Content Pilot Pro sites

Auto-publishing setups quietly accumulate failures unless someone watches the run log carefully. Sources get rate-limited, API tokens expire, templates drift, and a campaign that produced ten posts a week silently drops to zero. WP Content Pilot Pro keeps the data needed to spot those failures, but the campaign screen and the run log live in different places, and the relationship between a campaign and the posts it produced sits behind a meta key that the default UI does not promote as a column.

SleekView turns that relationship into a single grid. Each campaign row shows the source, the frequency, the last-run status, and the post count, with run-log highlights joined in from wp_options. Saved views capture the operator workflows that matter: failing campaigns by source, top performers by post count, and rescheduled or paused campaigns from the last week.

Inline edits flow through the plugin's standard post-type update path so the next cron tick reads the updated state correctly. The result is a content-operations control panel built on top of the data the plugin already records, with no new tables and no behavioural changes to the campaigns themselves.

Questions

Common questions about SleekView for WP Content Pilot Pro

Yes. Campaigns are stored as the wp-content-pilot post type on most installs, with their source, frequency, and template in wp_postmeta. Run logs and counters live in wp_options.

 

Yes. SleekView counts posts linked to each campaign through the meta key the plugin sets at publish time. The count is a first-class column you can sort and filter on.

 

Yes. Inline edits to the campaign's status and schedule route through the plugin's standard post-type update path, so the next cron run reads the updated state correctly.

 

Yes. Any wp_postmeta key the campaign carries can be promoted to a column. That includes custom templates and source URLs added by site-specific add-ons.

 

SleekView paginates the campaign post type and joins wp_postmeta with proper indexing. Sites with hundreds of active campaigns still respond well under a second for a typical filtered view.

 

Yes. WP Content Pilot Pro continues to write its run logs to wp_options through its own pipeline. SleekView reads them for the last-run columns without altering the underlying payload.

 

Yes. SleekView resolves the campaign-to-post relationship through the meta key the plugin sets at publish time, so a row action can list every published post for that campaign in one click.

 

Yes. SleekView routes inline edits through the plugin so licence checks and Pro feature gating continue to behave normally.

 

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