I am trying to output related post for this particular page (page id is 120). And this page has got 6 child pages.
Although I have put following code, it only outputs 4 page posts. 2 posts are always missing. Since I want to output all the page post under this particular page parents. I have used posts_per_page=-1
and number_of_columns=4
but the code doesn’t seem to work…
[show_post_snippets post_type="page" number_of_columns=4 nopaging="true" post_parent="120" image_size='medium' hide_thumbnail="true" display_title=true display_summary=false]
Do you have any idea what is wrong with this?