This repository was archived by the owner on Jun 10, 2023. It is now read-only.
More Than Post: first pre-release
Pre-release
Pre-release
Add support to custom types like Events, Partners, Services & Team People.
Just add the following code in your after_setup_theme hook (with 0 priority):
add_theme_support( 'event-post-type' );
add_theme_support( 'partner-post-type' );
add_theme_support( 'service-post-type' );
add_theme_support( 'team-person-post-type' );