Unike muligheter hos oss
Hvordan kan vi hjelpe deg?
global $post; // Get the global post object
$sidebar_posts = get_field('velg_infobokser', $post->ID); // Get the field using the post ID
if ($sidebar_posts){
foreach($sidebar_posts as $sidebar_post){ // Loop through posts
echo '
';
echo '
';
}
wp_reset_postdata();
}
?>
'.$sidebar_post->post_title.'
'; // Echo the post title echo get_the_post_thumbnail($sidebar_post->ID, "medium"); echo '';
echo apply_filters('the_content', $sidebar_post->post_content);
echo '
';
edit_post_link('Endre denne infoboksen.', '', '
',$sidebar_post->ID); echo '