Wordpress Page Loop


/ Published in: Other
Save to your folder(s)



Copy this code and paste it in your HTML
  1. <?php if(have_posts()) : while(have_posts()) : the_post();
  2. $title = get_post_meta($post->ID, 'titel', $single = true);
  3. $bildURL = get_post_meta($post->ID, 'bildURL', $single = true); ?>

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.