How to do default blog

Jamie Sammons, modificat fa 3 anys. New Member Apunts: 22 Data d'incorporació: 04/03/20 Publicacions recents

Hi ,

configuration->manage template->create new template - This is for hiding name & changing format of Date

card_blog_template.txt

<div class="row widget-mode-card">
    <#if entries?has_content>
        <#list entries as curBlogEntry>
            <#if curBlogEntry.getCoverImageURL(themeDisplay)??>
                <#assign cardImage = true /> 
</div>

how to do this code , please help us