<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Blog listing page in CMS Development</title>
    <link>https://community.hubspot.com/t5/CMS-Development/Blog-listing-page/m-p/242531#M10314</link>
    <description>&lt;P&gt;Hey Everyone,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;We'd like to update our blog listing page at blog.trint.com and &lt;A href="https://blog.trint.com/trint-news" target="_blank"&gt;https://blog.trint.com/trint-news&lt;/A&gt;. At the top of the page there is a carousel that rotates with our latest blogs. This carousel has three layers: the bottom layer is a zoomed-in version of the blog's featured image, on top of that is a semi-transparent white box, and&amp;nbsp;the top layer&amp;nbsp;is the title of the blog post.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;We'd like to separate the title and image and have them displayed side by side (eliminating the semi-transparent box altogether). Here is the custom HubL code for our blog's listing page:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;&amp;lt;div class="featured-post listing owl-carousel" &amp;gt;

            {% set topic_posts = blog_recent_posts('5511414059',3) %}
                {% for topic_post in topic_posts %}
                    &amp;lt;div class="postlist-items cf" style="background:#D8D8D8 url('{{ topic_post.post_list_summary_featured_image }}');height:375px; background-size: cover; background-position: center;"&amp;gt;
                        &amp;lt;div class="tbl"&amp;gt;
                            &amp;lt;div class="tbl-cell"&amp;gt;
                                    &amp;lt;div class="slider-inner"&amp;gt;
                                        
                                        &amp;lt;div class="tbl"&amp;gt;
                                            &amp;lt;div class="tbl-cell"&amp;gt;
                                                {% if topic_post.tag_list %}
                                                                 &amp;lt;p id="hubspot-topic_data"&amp;gt;
                                                                    {% for tag in topic_post.tag_list %}
                                                                        &amp;lt;a class="topic-link" href="{{ blog_tag_url(group.id, tag.slug) }}"&amp;gt;{{ tag.name }}&amp;lt;/a&amp;gt;{% if not loop.last %},{% endif %}
                                                                    {% endfor %}
                                                                 &amp;lt;/p&amp;gt;
                                                {% endif %}
                                                    
                                                &amp;lt;h4&amp;gt; &amp;lt;a href="{{ topic_post.absolute_url }}" title="Post Title"&amp;gt;{{ topic_post.name }}&amp;lt;/a&amp;gt;&amp;lt;/h4&amp;gt;
                                    
                                                    
                                            &amp;lt;/div&amp;gt;
                                        &amp;lt;/div&amp;gt;     
                                    &amp;lt;/div&amp;gt;
                                &amp;lt;/div&amp;gt;
                            &amp;lt;/div&amp;gt;
                    &amp;lt;/div&amp;gt;
            {% endfor %}
&amp;lt;/div&amp;gt;&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Any help would be very appreciated. Thanks everyone!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Michael&lt;/P&gt;</description>
    <pubDate>Mon, 17 Dec 2018 14:16:21 GMT</pubDate>
    <dc:creator>michael_trint</dc:creator>
    <dc:date>2018-12-17T14:16:21Z</dc:date>
  </channel>
</rss>

