Edit plugin or fixed post limit
-
In the file post-carousel.php we have comment each update
$this->form->posts_list( array( 'id' => '_post_in', 'multiple' => true, 'name' => esc_html__( 'Specific posts', 'carousel-slider' ), 'desc' => esc_html__( 'Select posts that you want to show as slider. Select at least 5 posts', 'carousel-slider' ), ) );
this function retrieve all posts with posts_per_page = -1, so this param block my server when you have more than 10,000 posts
is posible Edit template from child?
or add_acctions from functions.php?
- The topic ‘Edit plugin or fixed post limit’ is closed to new replies.