%PDF- %PDF-
Mini Shell

Mini Shell

Direktori : /var/www/businessmultisite/wp-content/themes/stripes_weekly/templates/components/
Upload File :
Create Path :
Current File : /var/www/businessmultisite/wp-content/themes/stripes_weekly/templates/components/article-small.twig

{% set serie = post.ID|get_serie %}
{% set geo = post.ID|get_geo %}
<section class="article-item article-item--small">
    <a href="{{ post.link }}" class="article-item--thumbnail">
        {% if post.meta('featured_image_vertical') %}
            <img src="{{ post.meta('featured_image_vertical').url|resize(67,111) }}" alt="{{ post.title }}">
        {% else %}
            <img src="{{ post.thumbnail|resize(67,111) }}" alt="{{ post.title }}">
        {% endif %}
    </a>
    <div class="article-item--info">
        <div class="article-item--info--labels">
            {% set main_category = post.ID|get_primary_category %}
            {% if main_category %}
            <a href="{{ fn('get_term_link', main_category.ID, 'category') }}" class="article-item--category">{{ main_category.name }}</a>
            {% endif %}
            {% if post.ID|get_company %}
            <div class="article-item--company">För: {{ post.ID|get_company }}</div>
            {% endif %}
            {% if post.meta('sponsored') %}
            <div class="article-label--sponsored article-label">SPONSRAT</div>
            {% endif %}
            {# {% if post.post_type == 'chronicle' %}<div class="article-label--chronicle article-label">KRÖNIKA</div>{% endif %} #}
            {% if serie %}<div class="article-label--serie article-label">Artikelserie</div>{% endif %}
            
        </div>
        <a href="{{ post.link }}" class="article-item--title">{{ post.ID|get_title }}</a>
        {% if geo %}
            <div class="article-geo">{{ geo }}</div>
            {% endif %}
    </div>
    {% if saved %}
    <div class="article-item--saved">
        <button type="button" data-post-id="{{ post.ID }}" class="article-save-btn active"><i class="fa-regular fa-bookmark"></i></button>
    </div>
    {% endif %}
</section>

Zerion Mini Shell 1.0