Only One Post of Custom Post Type Appearing on Template Page

try changing the value of

'posts_per_page' => '-1'

this is what’s probably messing up your query,

if you want two try setting it to :

'posts_per_page' => '2'

also try to comment it out…..


I think it’s quite self-explanatory,
but to really understand wp-query read the Codex ref..