posts_per_page is not working correctly
-
When I use the shortcode [ccc_my_favorite_list_results], the saved articles are displayed correctly.
However, if I add the attribute “posts_per_page,” the list displays a maximum of the number added as the value of this attribute, without pagination. Even the item counter changes to show this value.
For example, I have 4 saved articles. When I use the shortcode as is, all 4 are displayed. The item counter shows 4. If I add “posts_per_page=3,” only 3 are displayed, and the counter drops to 3. Pagination and the ability to load more articles are not present.
This happens both when using my own template and when using the default template.
You must be logged in to reply to this topic.