Описание
JS Redirect allows you to setup redirects from one page to another. They are client side so that they are not cached by browsers like Chrome which can be a bit to agressive with 3XX redirects. This will also preserve utm_source and other analytics tracking even if there is a server cache that caches the processed html/php.
Установка
- Upload the plugin files to the
/wp-content/plugins/js-redirect
directory, or install the plugin through the WordPress plugins screen directly. - Select a page to edit.
- Select a page to redirect to.
Отзывы
Нет отзывов об этом плагине.
Участники и разработчики
«JS Redirect» — проект с открытым исходным кодом. В развитие плагина внесли свой вклад следующие участники:
УчастникиПеревести «JS Redirect» на ваш язык.
Заинтересованы в разработке?
Посмотрите код, проверьте SVN репозиторий, или подпишитесь на журнал разработки по RSS.
Журнал изменений
1.0.7
- Fix another assumed constant warning
1.0.6
- Fix «should not be called statically»
1.0.5
- Fix for assumed constant warning
1.0.0
- Initial version of the plugin