Perpetual Register Admin
Custom WordPress plugin with CSV upload and A-Z tabs display
by shristinaprajapati · github.com/shristinaprajapati/wordpress_plugin
★ 0stars
0forks
Install
No release zip yet. The repository archive installs, but the folder name will carry the branch suffix and updates will not flow:
wp plugin install https://github.com/shristinaprajapati/wordpress_plugin/archive/refs/heads/main.zipCustom WordPress plugin with CSV upload and A-Z tabs display
Features
- CSV file upload with Replace/Append options
- Custom database table creation
- A-Z tabs display matching Divi layout
- Responsive design for mobile devices
- Error handling and validation
- Transaction-safe database operations
Installation
- Upload the plugin folder to
/wp-content/plugins/ - Activate the plugin through the 'Plugins' menu in WordPress
- Go to 'Perpetual Register' menu in admin sidebar
- Upload your CSV file (format: Id, entry, lifeStats, sort)
- Use shortcode
[perpetual_register_tabs]in any page/post
Requirements
- WordPress 5.0+
- PHP 7.4+
- MySQL 5.6+
Usage
Admin Interface
- Navigate to 'Perpetual Register' in admin menu
- Choose CSV file and select update method
- Click 'Upload and Process'
Frontend Display
- Add shortcode
[perpetual_register_tabs]to any page - A-Z tabs appear with names grouped by first two letters
CSV Format
Your CSV must have these headers:
- Id,entry,lifeStats,sort