• Hi,

    I am very interested about your plugin, it seems so great πŸ™‚

    I would have a widget like in this website
    the widget is called “news Jeux VidΓ©o”.
    I want to display only dates before titles and titles with link and if it’s possible with scroll or pagination.

    Could you tell me if it’s possible to do this with your plugin and how I can do ?

    Thanks, and sorry for my english

    https://ww.wp.xz.cn/plugins/w4-post-list/

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Shazzad Hossain Khan

    (@sajib1223)

    That’s possible. Create a new list, and set the option as follows –

    Chose List type – Posts
    Preset – Custom
    Post type – Post
    Post status – Publish
    Items per page – 9
    Template

    [posts]
    <div class="postItem">
    <a href="[post_permalink]">[post_thumbnail size="thumbnail"]</a>
    <h3>[post_date] <a href="[post_permalink]">[post_title]</a></h3>
    <p>[comment_count]</p>
    </div>
    [/posts]

    Css –

    #w4pl-list-[listid] .postItem{
      float: left;
      margin:0 1% 5px;
    }
    @media screen and ( min-width: 600px )  {
      #w4pl-list-[listid] .postItem{width:31.33%;}
    }
    @media screen and ( min-width: 480px ) and ( max-width: 600px )  {
      #w4pl-list-[listid] .postItem{width:48%;}
    }
    @media screen and ( max-width: 600px ) {
      #w4pl-list-[listid] .postItem{width:98%;}
    }
    #w4pl-list-[listid] .postItem img {
      margin: 0 20px;
      width: 100%;
      height: auto;
    }

    Thread Starter nunurs

    (@nunurs)

    Thanks for your help, but I think It’s not for the block called “Les NEWS JEUX VIDΓ‰O” in the sidebar under the ads.
    I thought you gave me code for the “HOT NEWS”.

    Could you tried to help me again πŸ™‚

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Help for getting a template’ is closed to new replies.