How to do default blog

Jamie Sammons, modified 2 Years ago. New Member Posts: 22 Join Date: 3/4/20 Recent Posts

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