My first guess is to loop my ‘dogs’ CPT like this:
<loop type=dogs count=3>
<Field title />
</loop>
But that only outputs the name of the current page. So does my next guess which would be:
<loop type=custom_post_type name=dogs count=3>
<Field title />
</loop>
Does anyone have an example of what is meant to work?
Cheers, Richard