?>

			</td></tr></tbody></table>
		<?php 
        }
        ?>

		<div class="vegetables-meta">
			<?php 
        $type = get_field('type');
        if ($type) {
            echo igarashi_nouen_get_type_label($type);
        }
        $season = get_field('season');
        if ($season) {
            echo igarashi_nouen_get_season_label($season);
        }
        ?>
		</div>

	</article>

<?php 
    }
}
?>

	<?php 
$page = get_page_by_path('vegetable');
?>
	<div class="more"><a href="<?php 
<div id="content">
	<div class="container">

		<article class="hentry">
			<header class="content-header">
				<h1 class="content-title">
				<?php 
$title = '';
$type = get_query_var('type');
if (!empty($type)) {
    $title = igarashi_nouen_get_type_label($type, FALSE);
    echo $title;
} else {
    if (!empty($season)) {
        $season = get_query_var('season');
        $title = igarashi_nouen_get_season_label($season, FALSE);
        echo $title . 'の野菜';
    }
}
if (empty($title)) {
    echo esc_html(get_post_type_object('vegetables')->label);
}
?>
				</h1>
			</header>

			<?php 
if (have_posts()) {
    ?>
				<div class="tile masonry">