Author list

{% set my_topics = blog_authors('default', 10) %}
{% for item in my_topics %}
<div class="custom-author-group">
       <a href="{{ group.absolute_url }}/author/{{item.slug}}">
           <span class="author-image">
               {% if item.avatar %}
                   <img alt="{{ item.display_name }}" src="{{ item.avatar }}">
                   {% else %}
                   <img src="//cdn2.hubspot.net/hubfs/2741985/Duck%20Creek%20Technologies%20Jan%202017/Images/author-avatar.png" alt="{{ item.display_name }}">
               {% endif %}
           </span>
       <span class="author-details">
       {{ item }}
       </span>
   </a>
</div>

{% endfor %}

Comments

Popular posts from this blog

Pagination of multiple recent post blog

Service Filter

When You Want to open popup(first time load)