Download the PHP package fgms/wp-plugin-cpt without Composer
On this page you can find all versions of the php package fgms/wp-plugin-cpt. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download fgms/wp-plugin-cpt
More information about fgms/wp-plugin-cpt
Files in fgms/wp-plugin-cpt
Package wp-plugin-cpt
Short Description Wordpress plugin to add custom post types ie awards, testimonials, specials and slideshow custom post types
License GPL-3.0
Homepage https://github.com/fgms/wp-plugin-cpt
Informations about the package wp-plugin-cpt
Wordpress plugin to create Custom Post types
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.
Attribute | Default | Description |
---|---|---|
width | 100px | width of thumb |
height | auto | height of thumb |
class | adds class attribute | |
alt | adds alt tag | |
thumb | uses a different image as the thumb | |
group | this adds group to gallery to link images to one group |
[fgallery alt="this is the alttext" thumb="absolute/path/to/image" width="150px" height="100%" class="my-class" ]
[page_gallery]
Attribute | Description |
---|---|
id | The post id of the gallery post |
feature | This allows feature image or not default is false |
filter | This adds filters default is true |
[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
All versions of wp-plugin-cpt with dependencies
composer/installers Version ~1.0
sturple/wordpress-utilities Version ~1.0
wpackagist-plugin/piklist Version >0.9
kenwheeler/slick Version @dev