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
{{ message }}
This repository has been archived by the owner on Sep 16, 2019. It is now read-only.
Full disclosure: I'm not entirely sure if this is an issue with FoundationPress itself. This is sort of my last resort, to see if anyone here can spot something I can't... if there's any conflict I'm running into or if I'm getting in the way of any kind of default FoundationPress behavior that is causing this.
Here's the issue:
I'm trying to give a simple command to my custom post type archive: 'posts_per_page', '-1'. I have this in my own custom-functions.php file in the library directory. You can see the code here: https://gist.github.com/swthate/0fbd3a449455c9ddbf1a
My archive page is displaying only 9 items. No matter what I set my posts_per_page to, it displays 9 items.
Any ideas?
The text was updated successfully, but these errors were encountered:
Hi there.
Full disclosure: I'm not entirely sure if this is an issue with FoundationPress itself. This is sort of my last resort, to see if anyone here can spot something I can't... if there's any conflict I'm running into or if I'm getting in the way of any kind of default FoundationPress behavior that is causing this.
Here's the issue:
I'm trying to give a simple command to my custom post type archive:
'posts_per_page', '-1'
. I have this in my own custom-functions.php file in the library directory. You can see the code here: https://gist.github.com/swthate/0fbd3a449455c9ddbf1aMy archive page is displaying only 9 items. No matter what I set my posts_per_page to, it displays 9 items.
Any ideas?
The text was updated successfully, but these errors were encountered: