Beschreibung
Leite Beiträge, Seiten oder beliebige individuelle Inhaltstypen auf eine neue URL weiter.
Hooks
Aktionen
redirector_uninstall– läuft ab, wenn das Plugin deinstalliert wirdredirector_metabox_begin– Beginn der Redirector-Metaboxredirector_metabox_end– Ende der Redirector-Metaboxredirector-modal-search-beginBegin redirector modalredirector-modal-search-endEnd redirector modal
Filter
redirector-redirect-url– Alter the query string that is appended to redirect urlredirector-status-code– Status-Code für die Weiterleitung; Standardwert ist 301redirector-recent-posts– Alter redirector recent posts queryredirector-search-query– Alter redirector search queryredirector-meta– Alter Redirector meta save
Update-Notiz
In version 3+ I’ve changed the database handling of storing the post meta data.
This results in that you have the visit the backend once after updating the plugin.
The function maybe_update() will handle the transition from the old structure to the newer one.
There shouldn’t be any problem updating the plugin, if so please contact me!
Screenshots

Metabox – Keine Weiterleitung 
Metabox – Beitrag auswählen (beliebiger Beitragstyp) 
Modal box – Select post ( any post type ) with most recent posts 
Modal box – Search post ( any post type ) 
Metabox – ausgewählter Beitrag (beliebiger Beitragstyp) 
Metabox – Eigene URL 
Metabox – erstes Kind-Element 
Metabox – SSL
Installation
- Lege die Plugin-Datei in dein Plugin-Verzeichnis und aktiviere es über dein WordPress-Backend.
- Gehe zu „Seite bearbeiten“
- Scrolle nach unten zu Metabox „Redirector“
- Wähle eine Seite deiner WordPress-Installation oder gib eine valide URL ein oder wähle die „erste Unterseite“
FAQ
- Installation Instructions
-
- Lege die Plugin-Datei in dein Plugin-Verzeichnis und aktiviere es über dein WordPress-Backend.
- Gehe zu „Seite bearbeiten“
- Scrolle nach unten zu Metabox „Redirector“
- Wähle eine Seite deiner WordPress-Installation oder gib eine valide URL ein oder wähle die „erste Unterseite“
- Wo kann ich Support erhalten oder Fehler melden?
-
Bite benutze GitHub, um Fehler zu melden oder neue Funktionen vorzuschlagen!
- Wie kann ich Redirector für andere Beitragsformate als Seiten aktivieren?
-
Die Unterstützung des jeweiligen Typs erreichst du einfach via
add_post_type_support( 'post', 'redirector' ).
Rezensionen
Mitwirkende und Entwickler
„Redirector“ ist Open-Source-Software. Folgende Menschen haben an diesem Plugin mitgewirkt:
Mitwirkende„Redirector“ wurde in 1 Sprache übersetzt. Danke an die Übersetzer für ihre Mitwirkung.
Übersetze „Redirector“ in deine Sprache.
Interessiert an der Entwicklung?
Durchstöbere den Code, sieh dir das SVN-Repository an oder abonniere das Entwicklungsprotokoll per RSS.
Änderungsprotokoll
3.0.1
- Fix: Checked checkbox for no redirection
- Fix: Prevent empty redirects
- Fix: Compability with Cachify
3.0.0
- Added: Search post object for post redirect type
- Added: Redirect preview
- Added action:
redirector-update - Added action:
redirector-modal-search-begin - Added action:
redirector-modal-search-end - Added filter:
redirector-recent-posts - Added filter:
redirector-redirect-url - Added filter:
redirector-status-code - Added filter:
redirector-meta - Enhancement: New Redirector UI
- Removed Filter:
redirector_redirect - Removed Filter:
redirector_status - Removed Filter:
redirector_types
2.0.3
- Added more arguements to the hooks
- Added README.md
2.0.2
- Filter ‚redirector_status‘ added
- Uninstall routine activated
- Code readability increased
2.0.1
- Enhancement: Cleanup
- Fix: Minor typos
- Fix: Metabox is displayed correctly on new post
2.0
- Core function rewritten
- Updated JS/CSS
- Fully extendable with filters and actions
- Custom Post Type Support
- New redirect Method (HTTPS)
- Moved files into folders
1.2
- Moved the code into class
1.1
- Proper multilanguage support
- CSS moved to redirector.css
- JS moved to redirector.js
…
