• Resolved calligraphy97

    (@calligraphy97)


    The news page on our website has 2 news sections. I want to offset the second news section by 3 so the news articles don’t repeat and the first news section acts almost like a header. I am working with WordPress’s News Pro and the Divi Builder.

    The code for the first news section you see is:
    [sp_news design=”design-47″ limit=”3″ pagination=”false”]

    and it seems to be doing its job. However, the code I’m using for the second section doesn’t seem to be working. Take a look:

    [sp_news limit=”20″ offset=”3″ show_date=”true” show content= “true” content_word_limit=”20″ grid=”2″ design=”design-48″]

    The offset=”3″ function seems to be doing nothing which is problematic.

    The page I need help with: [log in to see the link]

Viewing 3 replies - 1 through 3 (of 3 total)
  • Hello,

    Please use query_offset instead of offset parameter Your issue will solve.
    And you are using Pro version.

    if you have any more query you can create the ticket our site.

    Thanks.

    Thread Starter calligraphy97

    (@calligraphy97)

    I have tried that before and the issue remains. I just imput it now for good measure but you can see from the website that it still isn’t working.

    Current Code: [sp_news query_offset=”3″ limit=”20″ show_date=”true” show content= “true” content_word_limit=”20″ grid=”2″ design=”design-48″]

    Hello,

    Please do not copy and paste the shortcode because if cause the quote(“”) issue writes manually.

    if still issue not solve then please create the ticket in our side with your site.

    Thanks

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘sp_news offset=”” not working’ is closed to new replies.