Advertisement
Guest User

Untitled

a guest
Aug 21st, 2012
63
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.29 KB | None | 0 0
  1. function terminliste (){
  2.   // Find connected pages
  3.     $connected = new WP_Query( array(
  4.         'connected_type' => 'seminar_zu_termin',
  5.         'connected_items' => get_queried_object(),
  6.         'nopaging' => true,
  7.     ) );
  8.  
  9.    
  10.     // Display connected pages
  11.     if ( $connected->have_posts() ) {
  12.    ...
  13.       }
  14. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement