This thread is over two years old and may be outdated. Please create a new thread if you need help, or email us if you have an active Premium license.

Query latest post?

Resolved 3 replies premiumthemetheme-vantage
10 years ago · Last reply by Andrew Misplon 10 years ago

Is it possible to hide the latest post from a post-loop? using the “build posts query” function i presume?
can’t find any info on this? the wordpress query wiki only shows how to query this using php, but i see you can query categories by just typing in cat=x

Also i wonder if it is possible to hid the arrows on the post slider if there is only a single post in that loop?

The thing I am aiming to get is 1 slider showing the full featuered image next to a grid of previous posts, thus i need to exclude the latest one.

URL: http://1942mods.com/

This is our free support forum. Replies can take several days.

Need fast email support? Get SiteOrigin Premium

Replies

3
  1. Andrew Misplon Staff 10 years, 5 months ago

    Hi Reegad

    To hide the arrows, insert the following at Appearance > Custom CSS:

    /* Flex Slider Post Loop Hide Arrows */
    .widget_siteorigin-panels-postloop  .flexslider .flex-direction-nav {
        display: none;
    }

    Try the following in the Additional field of your Build post query page:

    offset=1
  2. Reegad 10 years, 5 months ago

    This is exactly what i was looking for, thank you so much!

  3. Andrew Misplon Staff 10 years, 5 months ago

    Super :) Glad we could help out. All the best.

Replies on this thread are closed.

Please create a new thread if you have a question, or purchase a SiteOrigin Premium license if you need one-on-one email support.

Have a different question or issue?

Start New Thread