Flora & Fauna

Flora & Fauna is a new column containing pieces about natural history and farming in and around Fulking and Edburton. Items may vary in length from a single image accompanied by a paragraph of text through to an illustrated essay of one or two web pages. Offers of contributions (via the webmaster) will be very welcome. One regular component of the column will be The View from Pippins — the smallholding on the Poynings Road. It will follow developments throughout the year and include commentary on the surrounding countryside.

    ‘post’,
    ‘post_status’ => ‘publish’,
    ‘orderby’ => ‘post_date’,
    ‘order’ => ‘DESC’,
    ‘meta_key’ => ‘pippins_post’,
    ‘posts_per_page’ => ‘-1’,
    );

    $the_query = new WP_Query( $args );

    while ($the_query->have_posts() ) {
    $the_query->the_post();
    echo ‘

  • ‘;
    print get_the_title();
    echo ‘
  • ‘;
    }
    ?>