Return to Snippet

Revision: 12252
at March 7, 2009 08:59 by muhammet


Initial Code
<?php if(have_posts()) : while(have_posts()) : the_post();
$title = get_post_meta($post->ID, 'titel', $single = true);
$bildURL = get_post_meta($post->ID, 'bildURL', $single = true); ?>

Initial URL


Initial Description


Initial Title
Wordpress Page Loop

Initial Tags
textmate

Initial Language
Other