Okay
  Public Ticket #3000328
Featured image
Closed

Comments

  • Graham Redfern started the conversation

    Hi


    Trying to put some simple css around the featured image  in header of page. Created a widget with html code:  


    {% if pages == false %}

    No items text

    {% else %}
     <div class="drop">
    {{put_items()}}
    </div>
    {% endif %}

    and in Item HTML 

    <ion-icon name='logo-apple'></ion-icon>

    ( Using this to test code)

    I have five pages o my site, and I get 5 apple logos.  How do I access the featured image for a single page ( the current ) page I'm on.


    Graham

  •  1,175