• Resolved bwhitleyjr

    (@bwhitleyjr)


    I need to turn off pagination and only show the 3 most recent news posts in a grid format. Here is my shortcode
    [sp_news pagination=”false” limit=”3″ grid=”3″ show_full_content=”true”]

    It still displays the pagination.

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

Viewing 1 replies (of 1 total)
  • Plugin Contributor Ketan Patel

    (@patelketan)

    Hello,

    Thanks for reaching here.

    Sorry for the inconvenience, At this moment, Pagination parameter not available in plugin free version.

    Your problem temporary solution.
    Please go to wp-content->theme->yourtheme->style.css file and put below CSS.
    .news_pagination { display: none !important; }

    Note:- If you update the plugin in the feature then your changed core plugin file change will be lost.

    Please let me know if you have any other query.

    If you like our plugin please give you important Rate and Review Here…

    Thanks,

Viewing 1 replies (of 1 total)
  • The topic ‘Turn off pagination’ is closed to new replies.