You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Between the lines 201 and 209 of the functions.js there is thecity_limit_posts_per_page ()which is the callback action" pre_get_posts ". This feature sets it on the home page returns only 3 posts ignoring the sticky, according to the evaluation can not modify user settings, ie the amount of posts displayed should be a user setting via the control panel.
My suggestion is to remove the entire function and leave the pattern loop at home, this solves the problem, you only need to test to see if that will not break the layout when it has more than 3 posts, but if you need to adjust the CSS.
The text was updated successfully, but these errors were encountered:
Between the lines 201 and 209 of the
functions.js
there is thecity_limit_posts_per_page ()
which is the callback action" pre_get_posts ". This feature sets it on the home page returns only 3 posts ignoring the sticky, according to the evaluation can not modify user settings, ie the amount of posts displayed should be a user setting via the control panel.My suggestion is to remove the entire function and leave the pattern loop at home, this solves the problem, you only need to test to see if that will not break the layout when it has more than 3 posts, but if you need to adjust the CSS.
The text was updated successfully, but these errors were encountered: