WP Manifestindependent plugin directory
manifest / content / more-than-post

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.zip

Readme

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

TagPublished
v1.0.1 Feb 26, 2018
v1.0.0 Oct 29, 2017
v0.1.0 Jun 19, 2017

These releases are tags only. The author does not attach a packaged zip, so there are no download counts to report.