• Resolved bcgraphik

    (@bcgraphik)


    Hi and thanks for this usefull extension.

    I want to use it twice in the same page because i need to show the first post differently, so i request only one the first “list” created. The second list requests 5 for example.
    My problem is that on the second list i logically show (again) the post shown on the first list.

    So my question is:
    Is it possible to exclude the post used in the first one (by its id or anything way else) in the second one ?

    Thank you for your time ??

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Martin Stehle

    (@hinjiriyo)

    With an “offset” parameter you can omit a given number of posts and let start the list with the second post by setting the offset to 1. There is no Offset option in this plugin. Try Ultimate Post List instead.

    Thread Starter bcgraphik

    (@bcgraphik)

    Ok thanks.
    I also made in css by this way in my stylesheet :

    .actus-liste ul>li:first-child {
    display:none;
    }

    where .actus-liste is the parent div in the dom.

    Thanks a lot!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Exclude a post’ is closed to new replies.