Page 1 of 1

Help how to create post listener with thumbnail

Posted: Sun Apr 28, 2024 6:00 pm
by Victor 123
I want to create a post listener with thumbnail help out please

Re: Help how to create post listener with thumbnail

Posted: Mon Apr 29, 2024 1:23 pm
by md arshad ullah

Code: Select all

<div class="post-preview">
         <img src="%key1%" class="{{VALUE(%key1%)@IFEQ()@THEN()@ELSE(picture)}}" alt=""/>

          <a href="/post/%id%/{{SLUG(%title%)}}">
            <h2 class="post-title">%title%</h2>
            <h3 class="post-subtitle"></h3>
           <h4 class="post-thumbnail"></h4>
          </a>
          <p class="post-meta">Posted by %username% on {{VALUE(%date%)@DATE(F, d, Y)}}</p>
        </div>
        <hr>[b]Enter Config[/b]

Code: Select all

<limit>15</limit><order>new</order><page>{{GET(page)}}</page><url>?page=</url>

Re: Help how to create post listener with thumbnail

Posted: Mon Apr 29, 2024 1:29 pm
by md arshad ullah
go to my site ...... see post

Re: Help how to create post listener with thumbnail

Posted: Wed May 01, 2024 1:32 am
by md arshad ullah

Re: Help how to create post listener with thumbnail

Posted: Wed May 01, 2024 11:59 pm
by vikkas
Image