Director:
Rating: '; } else { echo '
';
}
}
?>
';
}
}
?>
'; // As with regular posts, you can use all normal display functions, such as the_title(); // Within the loop, you can access custom fields like so: echo get_post_meta($post->ID, 'birth_date', true); // Or like so: $birth_date = get_post_custom_values('birth_date'); echo $birth_date[0]; echo '
'; // Markup closing tags. endwhile; // Reset Post Data wp_reset_postdata(); ?>