This repository was archived by the owner on Jun 10, 2023. It is now read-only.
Releases: jimmyandrade/more-than-post
Releases · jimmyandrade/more-than-post
Release list
Added Link post type
v1.0.1 Added Link post type and replaced textdomain
V1
More Than Post: first 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' );