Redirect a chosen slug, "latest" by default, to, well, the most-recentlypublished post.
Redirect a chosen slug, "latest" by default, to, well, the most-recently-published post.
## Description ##
Once activated, a given slug will redirect to whatever is the mostrecently-published post on the site. By default, the slug is `latest`, but it can be changed from the Permalinks settings screen.
Once activated, a given slug will redirect to whatever is the most-recently-published post on the site. By default, the slug is `latest`, but it can be changed from the Permalinks settings screen.
## Installation ##
...
...
@@ -20,6 +20,12 @@ Once activated, a given slug will redirect to whatever is the most recently-publ
1. Activate the plugin through the 'Plugins' screen in WordPress.
1. If desired, change the slug from the 'Permalinks' screen in WordPress.
## Frequently Asked Questions ##
### Can I redirect to something other than a post? ###
Yes, using the `eth_redirect_to_latest_post_query_args` or `eth_redirect_to_latest_post_redirection` filters introduced in v0.3.
Redirect a chosen slug, "latest" by default, to, well, the most-recentlypublished post.
Redirect a chosen slug, "latest" by default, to, well, the most-recently-published post.
== Description ==
Once activated, a given slug will redirect to whatever is the mostrecently-published post on the site. By default, the slug is `latest`, but it can be changed from the Permalinks settings screen.
Once activated, a given slug will redirect to whatever is the most-recently-published post on the site. By default, the slug is `latest`, but it can be changed from the Permalinks settings screen.
== Installation ==
...
...
@@ -20,6 +20,12 @@ Once activated, a given slug will redirect to whatever is the most recently-publ
1. Activate the plugin through the 'Plugins' screen in WordPress.
1. If desired, change the slug from the 'Permalinks' screen in WordPress.
== Frequently Asked Questions ==
= Can I redirect to something other than a post? =
Yes, using the `eth_redirect_to_latest_post_query_args` or `eth_redirect_to_latest_post_redirection` filters introduced in v0.3.