Plugin Directory

Pronamic Framework

This plugin contains some handy WordPress functions and extends the WordPress admin interface with some nice functions, widgets and more.

Query to display block

<?php

$query = new WP_Query();
$query->query(array(
    'post_type' => 'pronamic_block' , 
    'name' => 'contact' 
));

while($query->have_posts()) {
    $query->the_post();

    the_content();
}

?>

Template Hierarchy Pronamic Block Widget

  1. pronamic-block-widget-{sidebar_id}.php
  2. pronamic-block-widget-{widget_id}.php
  3. pronamic-block-widget-{block_slug}.php
  4. pronamic-block-widget-{block_id}.php
  5. pronamic-block-widget.php

Requires: 3.0 or higher
Compatible up to: 3.2.1
Last Updated: 2012-2-15
Downloads: 388

Average Rating

4 stars
(3 ratings)

Support

Got something to say? Need help?

Compatibility

+
=
Not enough data

0 people say it works.
0 people say it's broken.

100,1,1
100,1,1