This plugin contains some handy WordPress functions and extends the WordPress admin interface with some nice functions, widgets and more.
<?php
$query = new WP_Query();
$query->query(array(
'post_type' => 'pronamic_block' ,
'name' => 'contact'
));
while($query->have_posts()) {
$query->the_post();
the_content();
}
?>
Requires: 3.0 or higher
Compatible up to: 3.2.1
Last Updated: 2012-2-15
Downloads: 388
Got something to say? Need help?