fgms/wp-plugin-cpt

Wordpress plugin to add custom post types ie awards, testimonials, specials and slideshow custom post types

Installs: 5

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 2

Forks: 0

Open Issues: 0

Type:wordpress-plugin

0.1.7 2017-08-30 03:28 UTC

This package is not auto-updated.

Last update: 2025-01-05 07:02:00 UTC


README

Description

This is a wordpress custom post type plugin for the following post types.

  • Awards
  • Testimonials
  • Specials
  • Slideshows
  • Galleries
  • Announcements
  • Media Clippings
  • Newsletters
  • Real Estate

Settings.

Settings -> CPT Settings

Custom Post type Enables

Slideshows -> Settings

Add default slideshow dimensions. Add default secondary slideshow dimensions. Select Secondary defaults to Feature Image / Slideshow.

Galleries -> Settings

Add Filters for galleries, specifically for feature gallery.

Real Estate -> Settings

Price Units. Area Units. Custom menu. Title for index. Pre text for index. Post text for index. Call to action for display page. Table Columns ( select columns, label and order).

Post Types

Awards

Testimonials

Specials

Slideshows

Galleries

Announcements

Media Clippings

Newsletters

Real Estate

Shortcodes

[fgallery]

The [fgallery] shortcode accepts the following attribute.

[fgallery alt="this is the alttext" thumb="absolute/path/to/image" width="150px" height="100%" class="my-class" ][/fgallery]

[page_gallery]

[page_gallery id="344" feature="true" filter="false" ]

[slick_carousel] and [slick_slide]

This carousel uses jquery plugin from Ken Wheeler at https://github.com/kenwheeler/slick

[slick_carousel id="my_slick_id" dots="false"]
  [slick_slide]<img src />[/slick_slide]
  [slick_slide]<img src />[/slick_slide]
  [slick_slide]<img src />[/slick_slide]
[/slick_carousel]