Plugin Author
Tom
(@edge22)
Hi there,
Just to confirm, your Posts Per Page option is set to 13?
Are you sure all of the post IDs are correct?
Ive set to 30
Checked all ids are correct
I observe something similar. I have defined 4 ID’s and it shows 3. I have then added another ID and now it shows 4. In my case, the first ID of the query is not shown.
Plugin Author
Tom
(@edge22)
So I just created a new default list and added 3 post IDs to the field like this: http://prntscr.com/ms1ivw
My list now shows 3 posts: http://prntscr.com/ms1jip
Are there any other settings you have set in the “More Settings” tab perhaps?
Ehm, I looked on the docs at https://docs.wpshowposts.com/article/more-settings-overview/ and at “Post ID” is a link to https://codex.wordpress.org/Class_Reference/WP_Query#Post_.26_Page_Parameters . I inserted a query like
$query = new WP_Query( array( ‘page_id’ => 1, 2, 3, 4, 5 ) );
and had the reported result, one page missing.
Now I inserted the IDs only, as in your screenshot, and it works for me π
Ive recorden short video showing all the tabs and settings https://www.useloom.com/share/87189fedf24f40b6b13b427bf98fe80a
Can provide credentials if needed
-
This reply was modified 7 years ago by
felapart.
-
This reply was modified 7 years ago by
felapart.
Plugin Author
Tom
(@edge22)
What happens if you remove the offset value you have set?
Looks like it worked! Now i see its totally my fault. Thanks a lot for your assistance!