✨ 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 Charts for Edit Author Slug

Edit Author Slug stores custom author slugs in usermeta and the author archive base in wp_options. SleekView Charts reads the same data and renders slug coverage, role-based patterns and per-author archive activity as Number, Pie, Bar and Area cards.

♾️ Lifetime License available

SleekView Charts dashboard for Edit Author Slug

Custom author slugs are easy to set. Auditing them is the hard part.

Edit Author Slug is the standard solution for changing the /author/<username>/ URL on a WordPress site. It lets an admin pick a custom slug per user (first name, full name, nickname, or a manual value) and rename the /author/ archive base itself (to /writers/, /team/, or anything else). On any multi-author site that takes SEO seriously, it gets installed once and then nobody thinks about it again.

SleekView Charts reads the wpas_author_slug usermeta key the plugin writes and joins it with the user role, post count and last login. A Number card shows how many users have a custom slug set. A Pie shows the split of slug patterns (first name, nickname, manual) across the user base. A Bar shows users by role with and without a custom slug, exposing roles that got missed. An Area trends slug edits over time, useful right after a site-wide migration.

The plugin itself stays exactly as is. Per-user slug edits still happen in the user profile screen and the archive base still lives in the plugin's settings page. SleekView just turns the resulting configuration into a real audit surface, so admins can see slug coverage at a glance and catch the user accounts that never had a custom slug applied.

Workflow

Turn author slug data into a dashboard

1

Read the slug usermeta key

Edit Author Slug writes each user's custom slug to the wpas_author_slug usermeta key. SleekView reads that key alongside the rest of usermeta so every user row carries its custom slug as a column.
2

Join roles and activity

Each user joins with wp_usermeta for role, post count and last login, so charts can split slug coverage by role and surface the most active accounts that still lack a custom slug.
3

Compose chart cards

Pick Number, Pie, Bar, Area or Line cards. Group by slug pattern, role, post count bucket or slug_modified, and aggregate as Count, Sum, Average, Minimum or Maximum.
4

Save and share

Name the dashboard ("Author archive audit", "Slug coverage by role") and gate it by capability so admins and SEO leads each see the right slice.

Sample dashboard

Charts you can build from Edit Author Slug data

Each card reads from the wpas_author_slug usermeta key and the standard user tables. Mix them into an author archive audit, a role coverage check or a post-migration slug review.
Number · Default

Users with a custom slug

Single KPI counting users with a non-empty wpas_author_slug value. The anchor metric for any author archive audit on a multi-author site.
Count
Pie · Donut text

Slug pattern mix

Splits custom slugs across first-name, last-name, nickname and manual patterns. Surfaces inconsistency such as half the team on first name and half on manual.
Count group by slug_pattern
Bar · Horizontal

Users by role with custom slug

Counts users per role with a custom slug set. Makes role coverage gaps visible, especially the editor and contributor roles that often get missed.
Count group by role
Area · Gradient

Slug edits over time

Time series of when wpas_author_slug values changed. Useful right after a site rename or SEO migration to confirm the team actually updated the slugs they meant to.
Count group by slug_modified

Comparison

Default Edit Author Slug settings vs SleekView Charts

Default Edit Author Slug admin

  • No admin view of how many users have a custom slug set
  • Slug pattern consistency across users is not surfaced
  • Per-role slug coverage requires a manual user-list scan
  • Slug edits over time are not exposed anywhere
  • Bulk slug audits need a custom user query

SleekView Charts

  • KPI card for total users with a custom author slug
  • Pie of slug patterns to spot inconsistency across the team
  • Bar of role coverage to find missed accounts
  • Area trend of slug edits for migration confirmation
  • Filters carry from the chart view into the underlying SleekView user table

Features

What SleekView Charts gives you for Edit Author Slug

Slug coverage as a number

Every user with a custom slug counts as one. Coverage becomes a KPI instead of a sense, and the gap between configured and uncovered users is one card on a dashboard.

Role gaps surface as bars

Filter to role equals contributor and see how many of them actually have a custom slug. The roles that got missed during onboarding stop hiding inside the bigger user count.

Inline edit from the table

Pivot from any chart card into the underlying user table and edit the slug inline. The write goes through update_user_meta() so any registered filters and capability checks keep running.

Audience

Who builds Edit Author Slug charts dashboards with SleekView

Site admins

Run a quarterly audit to catch users without a custom slug before /author/<username>/ leaks a sensitive login slug to the public archive.

SEO leads

Confirm that the team is consistent on slug pattern after a rename, so canonical URLs and structured data carry the right author identifier across posts.

Editorial managers

Spot-check slug coverage for the most active writers to ensure their author archives are usable and SEO friendly without opening every profile page.

The bigger picture

Why author slugs deserve an audit

WordPress exposes /author/<username>/ by default, which is the kind of decision sites quickly want to change. Edit Author Slug is the small, focused plugin that solves it: per-user slug overrides and an archive base rename, with no other behaviour changes. The catch is that it solves the configuration but not the audit, and on a multi-author site the configuration drifts.

New writers get added without a custom slug, a contributor role gets overlooked, a post-migration slug rename gets applied to half the team. SleekView Charts reads the wpas_author_slug usermeta key and renders coverage, pattern mix and per-role gaps as Number, Pie and Bar cards. The plugin stays as small and focused as ever.

The team finally has a way to confirm that the configuration actually covers everyone it should.

Questions

Common questions about SleekView Charts for Edit Author Slug

Edit Author Slug writes each user's custom slug to the wpas_author_slug usermeta key. The archive base setting (such as the /author/ to /writers/ rename) lives in wp_options. SleekView reads both directly so the chart cards reflect the same configuration the public site actually uses.

 

Yes. Edit Author Slug is a single-tier plugin, and all the data the dashboards rely on (the usermeta key and the option) is written by the only version. There is no premium dependency for the base reporting.

 

Yes. Filter to wpas_author_slug is empty and the underlying user table narrows to users still on the default. Pair that with a role filter to scope to contributors or editors, the roles most often missed during onboarding.

 

Yes. The archive base value lives in wp_options, and SleekView surfaces it as part of the configuration context behind any chart card. A clear label confirms whether the live archive base is /author/, /writers/ or whatever rename was applied.

 

Yes. Group slug_modified events on an Area or Line card and pick a Count aggregation. The trend confirms when the team actually applied the new slug pattern after a brand or SEO migration.

 

Yes. Inline updates from the underlying user table use the standard update_user_meta path, and Edit Author Slug's hooks fire on save the same way they would after a profile-page edit. Any registered filters and capability checks continue to apply.

 

Yes. The user table joins wp_posts for the count of published posts per author. Sorting by that column inside a chart filter is the fastest way to find the most active authors who still need a custom slug.

 

Yes. Any filtered set behind a chart card exports as CSV with the user, role, slug pattern and post count columns. Admins and SEO leads use this for migration sign-off and quarterly access reviews on multi-author sites.

 

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