• Resolved SuperAtic

    (@superatic)


    Hi There,

    Just wondering how to setup the Featured image displayed on the post list to be visualized instead as background-image of the <article>

    Thanks in advance

Viewing 1 replies (of 1 total)
  • Thread Starter SuperAtic

    (@superatic)

    Just added

    <?php $img = cover_get_featured_image( get_the_ID() ); ?>
    
    	<div id="posts"  style="background-image: url('<?php echo $img; ?>');"  class="<?php echo $list_style; ?

    from content-summary.php

Viewing 1 replies (of 1 total)
  • The topic ‘Change Featured image to backgroud-image on content-loop.php’ is closed to new replies.