Okay
  Public Ticket #2427127
Display category in post widget
Closed

Comments

  • Sophie started the conversation

    Hi,

    I just bought the pro version an i've got an issue.

    I created a post widget, but in this widget, i want to show the category of the post.

    This is my code :

    <div class="articleEntry"> <div class="articleImage" style="background-image:url({{item.post_list.image}});"></div>   <div class="articleBox">     <div class="articleNav">       <p><a href="#">CATEGORY</a></p>       <p class="plus">____</p>     </div>     <div class="articleDate"><p>{{item.post_list.date|ucdate("d F Y")|raw}}</p><hr></div>     <div class="articleTitre"><a href="#">{{item.post_list.title|raw}}</a></div>     <div class="articleTexte">{{item.post_list.intro|raw}}</div>     <div class="articleNavbas">       <p class="plus">____</p>       <p><a href="{{item.item_id}}">Lire l'article</a></p>     </div>   </div> </div>

    I want to replace "CATEGORY" by a dynamic thing.

    How to do thaht ?

    By advance, thanks, and sorry, i'm not an english speaker.

    See you

    Sophie

  •  1,194
    Amit replied

    hi sophie did u mark the category chkbox in the post list?