Pressespiegel  «»

slug); foreach($pressArticles as $press): $attachments = get_posts(array( "post_type" => "attachment", "numberposts" => -1, "post_mime_type" => "application/pdf", "post_parent" => $press->ID )); if($attachments){ $href = $attachments[0]->guid; $target = "_blank"; } else { $href = get_permalink($press->ID); $target = "_self"; } ?>