Opis
Allows you to set a custom redirect URL for posts, pages and products. Current redirects can be viewed, deleted or searched from an admin page.
For all pages/posts the plugin adds an option meta box to the edit screen where you can specify the redirect location. This type of redirect is useful for many things, including menu items, duplicate posts, or just redirecting a page to a different URL or location on your existing site.
For more free WordPress plugins please visit plugins.club.
Zrzuty ekranu
Instalacja
- Upload the plugin file to the
/wp-content/plugins/
directory. - Activate the plugin through the 'Plugins’ menu in WordPress.
You will find 'Page Redirects’ option under 'Settings’ menu in your WordPress admin panel.
For basic usage, you can also have a look at the plugin web site.
Najczęściej zadawane pytania
-
How to create a new redirect?
-
When editing a post/page add URL in the „Redirect URL” field.
-
How to delete a redirect?
-
When editing a post/page delete URL from the „Redirect URL” field.
-
How to view all redirects?
-
Settings > Page Redirects
-
Should I use a full URL with http:// or https:// ?
-
If you are redirecting to an external URL, then yes. If you are just redirecting to another page or post on your site, then no, it is recommended that you use relative URLs whenever possible.
-
Do I need to have a Page or Post Created to redirect?
-
Yes, redirects can be created only on Posts and Pages.
-
How the redirects work? .htaccess file?
-
This plugin DOES NOT modify the .htaccess file, but uses the WordPress function wp_redirect(), which is a form of PHP header location redirect.
Recenzje
Wtyczka nie ma jeszcze żadnej recenzji.
Kontrybutorzy i deweloperzy
„Page Redirects – Redirect any Post, Page or Product” jest oprogramowaniem open source. Poniższe osoby miały wkład w rozwój wtyczki.
ZaangażowaniPrzetłumacz wtyczkę “Page Redirects – Redirect any Post, Page or Product” na swój język.
Interesuje cię rozwój wtyczki?
Przeglądaj kod, sprawdź repozytorium SVN lub czytaj dziennik rozwoju przez RSS.
Rejestr zmian
1.2
- Admin page UI changes
1.1
- Ensured compatibility with WP 6.2
- Additional Security checks
- Separate Settings page
1.0
- Initial release