All members
Festivals
Europe
-
[insert_php]
- ” rel=”bookmark” title=”Permalink to “>
$photog_posts = new WP_Query(‘category_name=europe&post_type=festivalinfo&orderby=title&order=asc&showposts=100’);
while($photog_posts->have_posts()) : $photog_posts->the_post();
?>
[/insert_php]
Africa
-
[insert_php]
- ” rel=”bookmark” title=”Permalink to “>
$photog_posts = new WP_Query(‘category_name=africa&post_type=festivalinfo&orderby=title&order=asc&showposts=100’);
while($photog_posts->have_posts()) : $photog_posts->the_post();
?>
[/insert_php]
Oceania
-
[insert_php]
- ” rel=”bookmark” title=”Permalink to “>
$photog_posts = new WP_Query(‘category_name=oceania&post_type=festivalinfo&orderby=title&order=asc&showposts=100’);
while($photog_posts->have_posts()) : $photog_posts->the_post();
?>
[/insert_php]
Governmental organisations
-
[insert_php]
- Posted on Categories Members
$photog_posts = new WP_Query(‘category_name=governmental-organisations&post_type=festivalinfo&orderby=title&order=asc&showposts=100’);
while($photog_posts->have_posts()) : $photog_posts->the_post();
?>