Support for Envato Buyers Forums OldCar Only 1 sticky post?

Viewing 6 reply threads
  • Author
    Posts
    • #7808
      jmg77
      Member

      Hi, me again!

      I would like to have multiple ‘Sticky” posts but this theme seems to only allow one. When I have more than one ‘sticky’ only one stays but the other ‘sticky’ posts disappear.

      Can this me changed somewhere to allow multiple sticky’s like on other WP themes?

    • #7810

      Yes, it’s only allow 1 sticky post by default, you can edit content-loop.php manually, find the following codes

        $args = array(
              'posts_per_page' => 1,
              'post__in'  => $sticky,
              'ignore_sticky_posts' => 1
          );

      Change posts_per_page to more than 1.

      I will also cancel the number limited in the later version.

      Thanks

    • #7812
      jmg77
      Member

      Excellent, thank you!

    • #7815
      jmg77
      Member

      Hi, I’ve changed the post per page to 10, but it still hides the stick posts apart from the first.
      What is the “Ignore sticky post” ?

    • #7821

      Sorry, please also change find the following codes in content-fluid.php

      'posts_per_page' => 1

      Change it to more.

    • #7832
      jmg77
      Member

      Excellent thank you, all sorted now!

    • #7837

      Great!

Viewing 6 reply threads
  • You must be logged in to reply to this topic.