Download the PHP package dekodeinteraktiv/hogan-simple-posts without Composer
On this page you can find all versions of the php package dekodeinteraktiv/hogan-simple-posts. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download dekodeinteraktiv/hogan-simple-posts
More information about dekodeinteraktiv/hogan-simple-posts
Files in dekodeinteraktiv/hogan-simple-posts
Download dekodeinteraktiv/hogan-simple-posts
More information about dekodeinteraktiv/hogan-simple-posts
Files in dekodeinteraktiv/hogan-simple-posts
Vendor dekodeinteraktiv
Package hogan-simple-posts
Short Description Simple listing module for Hogan
License GPL-3.0
Homepage https://github.com/DekodeInteraktiv/hogan-simple-posts
Package hogan-simple-posts
Short Description Simple listing module for Hogan
License GPL-3.0
Homepage https://github.com/DekodeInteraktiv/hogan-simple-posts
Please rate this library. Is it a good library?
Informations about the package hogan-simple-posts
Simple Posts Module for Hogan
Installation
Install the module using Composer composer require dekodeinteraktiv/hogan-simple-posts
or simply by downloading this repository and placing it in wp-content/plugins
Usage
…
Available filters
Admin
hogan/module/simple_posts/post_type_link
: Filter hook for custom post type post link. Default wp post link.hogan/module/simple_posts/the_title
: Filter hook for custom title. Default wp post title.hogan/module/simple_posts/the_excerpt
: Filter hook for custom excerpt. Default wp post excerpt.hogan/module/simple_posts/the_image_metadata_value
: Filter for returning a custom attachment id. Default null, which will fetch the post meta data for _thumbnail_idhogan/module/simple_posts/relationship/post_types
: Which post types to allow. Default['post', 'page']
.hogan/module/simple_posts/manual_list/max_count
: Max count for posts in manual list. Default''
(infinite).hogan/module/simple_posts/automatic_list/max_count
: Max count for posts in automatic list. Default''
(infinite).
Template
Filters
hogan/module/simple_posts/show_image_column
: Whether or not to show image column for a card in frontend.false
if the card type is set to small, otherwisetrue
hogan/module/simple_posts/image_size
: Image thumb size for the card. Default `post-thumbnail``hogan/module/simple_posts/featured_image
: Featured image output. Default response ofget_the_post_thumbnail()
hogan/module/simple_posts/card_heading
: Card heading tag. Default:'h2'
Actions
hogan/module/simple_posts/after_the_excerpt
: Action to insert content after the excerpt.
All versions of hogan-simple-posts with dependencies
PHP Build Version
Package Version
Requires
php Version
>=7.0
composer/installers Version ~1.2
dekodeinteraktiv/hogan-core Version ^1.0
composer/installers Version ~1.2
dekodeinteraktiv/hogan-core Version ^1.0
The package dekodeinteraktiv/hogan-simple-posts contains the following files
Loading the files please wait ....