BÖCKER
“);
$include = get_posts(‘include=114, 116, 118’);
for ($x = 0; $x < 3; $x++) {
$title = apply_filters('the_title',$include[$x]->post_title);
$content = apply_filters(‘the_content’,$include[$x]->post_content);
echo (“
” . $title . “
“);
echo $content;
echo (“
“);
}
echo (“
MUSIK
“);
$include2 = get_posts(‘include=43’);
$title2 = apply_filters(‘the_title’,$include2[0]->post_title);
$content2 = apply_filters(‘the_content’,$include2[0]->post_content);
echo (“
” . $title2 . “
“);
echo $content2;
echo (“
“);
echo (“
ÖVRIGT
“);
$include3 = get_posts(‘include=53’);
$title3 = apply_filters(‘the_title’,$include3[0]->post_title);
$content3 = apply_filters(‘the_content’,$include3[0]->post_content);
echo (“
” . $title3 . “
“);
echo $content3;
?>
Published by