choctaw-nation / cno-plugin-news

Choctaw News Plugin creates the News Post Type, Boilerplate Post Type and links up the ACF Fields.
GNU General Public License v3.0
0 stars 0 forks source link

CNO News Plugin

A simple, lightly opinionated WordPress Plugin for Choctaw News Post Types.

This plugin uses 2 CPTs, News and Boilerplates, to handle news posts, alongside ACF (Pro) and Bootstrap.

Read more at this plugin's wiki

Quick Start

  1. Grab the choctaw-news-plugin.zip file from the latest release
  2. Install to your WordPress app

Changelog

v1.1.12

v1.1.11

v1.1.9

v1.1.8

v1.1.7

v1.1.6

(Actually deployment ready!)

v1.1.5

v1.1.4

v1.1.2

v1.1.1

Fixes #5

Registers 2 new image sizes, both at 16:9 ratio, but at 2x for Retina display support:

add_image_size( 'choctaw-news-preview', 1392, 784 );
add_image_size( 'choctaw-news-single', 2592, 1458 );

v1.1.0

v1.0.1

Finished the API for the \News object.

Misc.

'public'        => false,
'show_ui'       => true,
'show_in_menu'  => true,
'has_archive'   => false,

v1.0