Feedzy custom templates
This is an extension of the shortcode approach available in Feedzy RSS Feeds plugin. In addition to the templates available in the premium version of the plugin - examples here, more templates can be added by creating new files and add the file name as a parameter to the shortcode.
For more information about Feedzy RSS Feeds plugin, please check the main documentation.
The custom templates available in the plugin are listed below. In order to use them just add another parameter to the shortcode, similar to this one
template="samples/neve-grid"
The following two templates are generic and should work properly with any theme. We recommend using the blog template for a list layout and the blog-grid template for a multi-columns layout.
The blog template
Shortcode example
[feedzy-rss feeds="https://s3.amazonaws.com/downloads.themeisle.com/sample-feed-import.xml" max="3" size="150" thumb="yes" feed_title="yes" meta="author" columns="1" template="samples/blog-template"]
How it looks like
The blog-grid template
📝 Note: This is part of the premium version of Feedzy, which you can get from here.
Shortcode example
[feedzy-rss feeds="https://s3.amazonaws.com/downloads.themeisle.com/sample-feed-import.xml" max="3" size="250" thumb="yes" feed_title="yes" meta="author" columns="3" template="samples/blog-grid-template"]
How it looks like
The following templates should inherit the exact style as the blog posts of the Neve theme. We recommend using the neve template for a list layout and the neve-grid template for a multi-columns layout.
Neve template
Shortcode example
[feedzy-rss feeds="https://s3.amazonaws.com/downloads.themeisle.com/sample-feed-import.xml" max="3" size="150" thumb="yes" feed_title="yes" meta="author" columns="1" template="samples/neve"]
How it looks like
Neve Grid template
Shortcode example
[feedzy-rss feeds="https://s3.amazonaws.com/downloads.themeisle.com/sample-feed-import.xml" max="3" size="250" thumb="yes" feed_title="yes" meta="author" columns="3" template="samples/neve-grid"]
How it looks like