Skip to content
Snippets Groups Projects
Commit a2bcc618 authored by Erick Hitter's avatar Erick Hitter
Browse files

Note new filters in README

parent 68fa7b53
No related branches found
No related tags found
1 merge request!2v0.3
Pipeline #1005 failed
......@@ -8,11 +8,11 @@
**License:** GPLv2 or later
**License URI:** http://www.gnu.org/licenses/gpl-2.0.html
Redirect a chosen slug, "latest" by default, to, well, the most-recently published 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 most recently-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.
## Changelog ##
### 0.3 ###
......
......@@ -5,7 +5,7 @@ msgstr ""
"Project-Id-Version: ETH Redirect to Latest Post 0.3\n"
"Report-Msgid-Bugs-To: "
"https://wordpress.org/support/plugin/eth-redirect-to-latest\n"
"POT-Creation-Date: 2019-05-13 01:26:22+00:00\n"
"POT-Creation-Date: 2019-05-13 01:31:41+00:00\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
......
......@@ -8,11 +8,11 @@ Stable tag: 0.3
License: GPLv2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Redirect a chosen slug, "latest" by default, to, well, the most-recently published 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 most recently-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.
== Changelog ==
= 0.3 =
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment