Visnieuws

Ben je benieuwd of er nieuwe artikelen zijn geplaatst op de site? Hier vind je nieuwtjes uit de viswereld, nieuwe artikelen op ikvis.nl en nieuwe visstekken.

Nieuws

    ‘5’, ‘post_type’ => ‘page’, ‘post_status’ => ‘publish’, ‘include’ => ‘3484,3573’);
    $recent_posts = wp_get_recent_posts( $args );
    foreach( $recent_posts as $recent ){
    echo ‘

  • ‘ . $recent[“post_title”].’
  • ‘;
    }
    ?>

Nieuwe artikelen

    ‘5’, ‘post_type’ => ‘page’, ‘post_status’ => ‘publish’, ‘exclude’ => ‘3451,3484,3573’);
    $recent_posts = wp_get_recent_posts( $args );
    foreach( $recent_posts as $recent ){
    echo ‘

  • ‘ . $recent[“post_title”].’
  • ‘;
    }
    ?>

Nieuwe visstekken

    ‘5’, ‘post_status’ => ‘publish’);
    $recent_posts = wp_get_recent_posts( $args );
    foreach( $recent_posts as $recent ){
    echo ‘

  • ‘ . $recent[“post_title”].’
  • ‘;
    }
    ?>