diff --git a/ghost/admin/app/templates/posts.hbs b/ghost/admin/app/templates/posts.hbs index 2badae57ed..5260b08df3 100644 --- a/ghost/admin/app/templates/posts.hbs +++ b/ghost/admin/app/templates/posts.hbs @@ -97,7 +97,7 @@ {{#link-to "editor.new"}}{{/link-to}} {{else}}

No posts match the current filter

- {{#link-to "posts.index" (query-params type=null)}}{{/link-to}} + {{#link-to "posts.index" (query-params type=null author=null tag=null)}}{{/link-to}} {{/if}}