Search 1.9 billion lines of Odoo code on GitHub

website_snippet_blog_display_post

Author: Therp BV,Odoo Community Association (OCA)
License: AGPL-3
Branch: 10.0-website_snippet_blog_display_post
Repository: gfcapalbo/website
Dependencies: website, website_blog_layout_options, and website_parameterized_snippet
Languages: JavaScript (42, 20.1%), Python (33, 15.8%), XML (95, 45.5%), and reStructuredText (39, 18.7%)
Other branches: 8.0-website_snippet_blog_display_post

<img alt="License: AGPL-3" src="https://img.shields.io/badge/licence-AGPL--3-blue.svg"> <a name="display-blog-post-on-website"></a> <h2>Display blog post on website</h2> <p>Offers a widget to display and select a blog entry on your website. The snippet allows several selection options such as: * Visualize latest blog entry * Visualize the N-th blog entry * Visualize one specific fixed entry</p> <a name="configuration"></a> <h3>Configuration</h3> <p>This widget requires the website_blog_more_post_types module. It also requires website_parametric_snippets a module that provides the t-ignore-branding field to allow parametric behaviour in snippet selections. Website_blog_more_post_types extends blog posts by giving them also a &quot;teaser&quot;, which is what the snippet shows on the page.</p> <p>Select &quot;Blog Entry&quot; from the content widgets, then in the widget options you will find a menu to choose the blog post you want to visualize.</p> <a name="credits"></a> <h3>Credits</h3> <p>Thanks to Holger Brunn for the clever t-ignore-branding/parametric template idea.</p> <a name="contributors"></a> <h4>Contributors</h4> <ul class="simple"> <li>Giovanni Francesco Capalbo &lt;<a class="reference external" href="mailto:giovanni&#64;therp.nl">giovanni&#64;therp.nl</a>&gt;</li> <li>Holger Brunn &lt;<a class="reference external" href="mailto:hbrunn&#64;therp.nl">hbrunn&#64;therp.nl</a>&gt;</li> </ul> <a name="maintainer"></a> <h4>Maintainer</h4> <a class="reference external image-reference" href="http://odoo-community.org"><img alt="Odoo Community Association" src="http://odoo-community.org/logo.png" /></a> <p>This module is maintained by the OCA.</p> <p>OCA, or the Odoo Community Association, is a nonprofit organization whose mission is to support the collaborative development of Odoo features and promote its widespread use.</p> <a name="usage"></a> <h4>USAGE</h4> <p>To use this module, please click on the snippet menu in website edit mode. There will be available a new snippet called &quot;Blog Entry&quot;.</p> <p>Once selected the snippet and placed in the website, the options of the snippet itself will allow you to select wich Blog post to display.</p> <p>THere is also the possibility to select a dynamic option that allows us to display the most recent (or second most, or third most recent) blog post.</p> <p>To contribute to this module, please visit <a class="reference external" href="https://odoo-community.org">https://odoo-community.org</a>.</p>