More Than Post archived
Add support to Event, Partner, Service & People post types in your WP site
by jimmyandrade · github.com/jimmyandrade/more-than-post · website
★ 1stars
0forks
Install
No release zip yet. The repository archive installs, but the folder name will carry the branch suffix and updates will not flow:
wp plugin install https://github.com/jimmyandrade/more-than-post/archive/refs/heads/master.zipReadme
More Than Post
Integrating to your theme
Create or edit your hook function for after_setup_theme action with priority 0 and call add_theme_support for the
desired custom post types.
Custom post types
- Event:
add_theme_support('event-post-type') - Partner:
add_theme_support('partner-post-type') - Service:
add_theme_support('service-post-type') - Team Person:
add_theme_support('team-person-post-type')
Read the full README on GitHub →
Releases
These releases are tags only. The author does not attach a packaged zip, so there are no download counts to report.