5, ); //get current pod name $pod_name = pods_v( 0, 'url'); //get pods object $pods = pods( $pod_name, $params ); //check that total values (given limit) returned is greater than zero if ( $pods->total() > 0 ) { //loop through items using pods::fetch while ($pods->fetch() ) { //Put title/ permalink into variables $title = $pods->display('name'); $permalink = site_url( trailingslashit( $pod_name ) . $pods->field('permalink') ); ?>

pagination( ); ?>