get_option( ‘posts_per_page’, 10 ), //add additional parameters here if needed ); //get pods object $pods = pods( $pod_name, $params ); ?>

total() > 0 ) { while ( $pods->fetch() ) { //reset id $pods->id = $pods->id(); //Output template of the same name as Pod, if such a template exists. $temp = $pods->template( $pod_name ) ; if ( ! is_null( $temp ) ) { echo $temp; } } } ?>