PluginSift
PluginsThemesCompare
Directory
  • Plugins
  • Themes
  • Compare Plugins
Plugin Comparisons
  • SEO
  • Security
  • Ecommerce
  • Page Builders
  • Caching
  • Backup
  • Forms
  • Analytics
Resources
  • About
  • Contact
  • llms.txt

© 2026 PluginSift. Data sourced from WordPress.org. · [email protected]

  1. Home
  2. Plugins
  3. Post
  4. Random Post Name
Random Post Name icon

Random Post Name

Auto-generate a unique random string and set it to post_name. Customization with hooks Use of filter hooks is at your own risk.

By PRESSMAN·Post·Free
00
·10 active installs·Updated 5 years ago
DownloadVisit HomepageCompare

As of April 2026, Random Post Name is a WordPress post plugin with 10 active installations and a 0/5 rating0. It has been downloaded 943 times in total. Requires WordPress 5.4+ and PHP 7.1.24+. Available on WordPress.org since 2020. Last updated 5 years ago — may have compatibility concerns. Top alternative: Header and Footer Scripts.

0/5Rating
10active installs
943total downloads
6 yearssince 2020

Overview

Auto-generate a unique random string and set it to post_name.

Customization with hooks

Use of filter hooks is at your own risk.

  • You can change post_type to be applied by an array. Deafult is ‘post’ only.
add_filter( 'random_post_name_post_types', 'hoge' );
function hoge(){
    return ['post', 'page'];
}
  • You can change the number of characters in the post_name. Deafult is 10.
add_filter( 'random_post_name_digits', 'hoge' );
function hoge(){
    return 20;
}
  • You can change the variation of characters. Deafult is ‘0123456789abcdefghijklmnopqrstuvwxyz’. Do not include multibyte chars.
add_filter( 'random_post_name_choices', 'hoge' );
function hoge(){
    return '0123456789abcdefghijkmnpqrstuvwxyz_-';
}

Precautions

Too few characters and too few character va…

Read full description on WordPress.org

Ratings & Reviews

00 reviews
5 ★
0
4 ★
0
3 ★
0
2 ★
0
1 ★
0

Compatibility

WordPress5.4+ requiredTested up to 5.4.19
PHP7.1.24+ required

Top Alternatives to Random Post Name

Header and Footer Scripts icon
Header and Footer Scripts
4.6200K+ installsUpdated 2 months ago
ViewCompare
Post Type Switcher icon
Post Type Switcher
4.7200K+ installsUpdated 1 week ago
ViewCompare
Post Duplicator icon
Post Duplicator
4.8200K+ installsUpdated 2 days ago
ViewCompare
Advanced Excerpt icon
Advanced Excerpt
4.380K+ installsUpdated 2 years ago
ViewCompare
Add From Server icon
Add From Server
4.660K+ installsUpdated 5 years ago
ViewCompare
View all post plugins →

Frequently Asked Questions

Changelog

1.0

  • first version.
View full changelog on WordPress.org

Contributors

kazunaokazunaoPRESSMANPRESSMANShotaro MuraokaShotaro MuraokaHiroshi SekiguchiHiroshi Sekiguchi
Plugin Info
Version
1.0
Last Updated
Jun 12, 2020
WP Requires
5.4+
Tested Up To
5.4.19
PHP Requires
7.1.24+
Active Installs
10
Downloads
943
Added
Jun 12, 2020
Business
Free

Tags

postslugramdompressmanpost_name

Developer

P
PRESSMAN
25 plugins0.0M+ total installs
View all plugins →

Quick Compare

Random Post Name vs Header and Footer Scripts→Random Post Name vs Post Type Switcher→Random Post Name vs Post Duplicator→

Plugin data sourced from WordPress.org. Analysis and metrics by PluginSift.