• Resolved zydarek

    (@zydarek)


    If, for example, I call up the most popular posts from 30 days, can I somehow execute the first post? or the second one? I know we can execute posts by id but its possible to hide firstone post or secon one?

Viewing 1 replies (of 1 total)
  • Plugin Author Hector Cabrera

    (@hcabrera)

    Hi @zydarek,

    No, the plugin doesn’t provide a way to exclude the first or second post from the list.

    However, you could simply use CSS to hide the first (or second) post from your popular posts list. For example (untested but should get you on the right track):

    .wpp-list li:first-of-type {
        display: none;
    }
    • This reply was modified 3 years, 10 months ago by Hector Cabrera. Reason: Reworded for clarity
Viewing 1 replies (of 1 total)

The topic ‘Execute first or second post’ is closed to new replies.