WP Manifestindependent plugin directory
manifest / seo / ultimate-410-addon

Ultimate 410 Addon

Extends Ultimate 410 plugin with Post ID column, clickable post links, and search functionality for 410 URL management.

by Wolinka · github.com/wolinka/ultimate-410-addon · website

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/wolinka/ultimate-410-addon/archive/refs/heads/main.zip

From the readme

🇹🇷 Türkçe (Turkish) | 🇬🇧 English Ultimate 410 Addon A WordPress plugin addon that extends Ultimate 410 functionality with a Post ID column and search capabilities. 🚀 Features Post ID Column: Displays the WordPress Post ID associated with each 410 URL Clickable Post Links: Click on a Post ID to directly edit the associated post Post Type Display: Shows the post type (post, page, custom post type) for each URL Search Functionality: Search through 410 URLs by URL slug Seamless Integration: Works alongside Ultimate 410 without modifying core plugin files ⚙️ Installation 1. Upload the ultimate-410-addon folder to /wp-content/plugins/ 2. Activate the plugin through the Plugins menu in WordPress 3. The addon will automatically integrate with Ultimate 410 🔧 How It Works Once activated, the plugin adds a "Post ID" column to the Ultimate 410 URL table. For each URL, it attempts to find the matching WordPress post using multiple methods: - WordPress urltopostid() function - Database query by post slug - Path parsing for complex URLs Use the search box at the top of the table to filter URLs by slug (e.g., music/leona). Navigate to Settings Ultimate 410 to see the new column an

Read the full README on GitHub →