3 Template Name: Programme
5 define('WP_USE_THEMES', false); get_header();
10 <div id
="title_front">
11 <?php
bloginfo('name'); ?
>
12 </div
><!--title_front
-->
14 $works = get_posts("numberposts=0");
15 foreach ($works as $work) { ?
>
16 <div
class="work_front"><a href
="<?php print $work->guid; ?>">
17 <?php
print $work->post_title
; ?
></a
> <?php
the_codepoint(); ?
>
18 </div
><!--work_front
-->
23 Circular Facts is a collaborative endeavor between three European contemporary
24 art organizations
: Casco – Office
for Art
, Design
and Theory (Utrecht
),
25 Objectif
Exhibitions (Antwerp
), The
Showroom (London
) in partnership with Kunst
26 Halle Sankt Gallen
and Electric Palm Tree
.
34 <a href
="<?php bloginfo('url') ?>">Index
</a
>
36 $args = array("theme_location" => "primary", "container" => "");
44 </div
><!--container
-->
46 <?php
get_footer(); ?
>