Add Archive tempate for Event

This commit is contained in:
2018-10-16 15:09:15 +07:00
parent 7d68313d09
commit 18d42c9800
2 changed files with 81 additions and 1 deletions
+4 -1
View File
@@ -373,4 +373,7 @@ function abte_add_site_description_class( $attributes ) {
$attributes['class'] .= ' screen-reader-text';
return $attributes;
}
}
//Add post type archive support
add_post_type_support( 'event', 'genesis-cpt-archives-settings' );