diff --git a/app/filters.php b/app/filters.php index 9eccb85..936c1a5 100644 --- a/app/filters.php +++ b/app/filters.php @@ -38,7 +38,7 @@ add_filter('excerpt_more', function () { */ collect([ 'index', '404', 'archive', 'author', 'category', 'tag', 'taxonomy', 'date', 'home', - 'frontpage', 'page', 'paged', 'search', 'single', 'singular', 'attachment' + 'frontpage', 'page', 'paged', 'search', 'single', 'singular', 'attachment', 'embed' ])->map(function ($type) { add_filter("{$type}_template_hierarchy", __NAMESPACE__.'\\filter_templates'); });