コード例 #1
0
ファイル: create_antrag.php プロジェクト: alexfecke/cvtx
        ?>
 id="post-<?php 
        the_ID();
        ?>
">
			<h2><?php 
        the_title();
        ?>
</h2>
			<div class="entry">
				<?php 
        the_content('<p class="serif">' . __('Read the rest of this entry &raquo;', 'kubrick') . '</p>');
        ?>
				<?php 
        if (function_exists('cvtx_submit_antrag')) {
            cvtx_submit_antrag();
        }
        ?>
			</div>
		</div>
	<?php 
    }
} else {
    ?>
	    <p><?php 
    _e('Es konnten leider keine Einträge gefunden werden!', 'cvtx');
    ?>
</p>
	<?php 
}
?>
コード例 #2
0
ファイル: create_antrag.php プロジェクト: alexfecke/cvtx
        ?>
 id="post-<?php 
        the_ID();
        ?>
">
				<h2><?php 
        the_title();
        ?>
</h2>
				<div class="entry">
					<?php 
        the_content('<p class="serif">' . __('Read the rest of this entry &raquo;', 'kubrick') . '</p>');
        ?>
					<?php 
        if (function_exists('cvtx_submit_antrag')) {
            cvtx_submit_antrag($show_recaptcha = false);
        }
        ?>
				</div>
			</div>
		<?php 
    }
} else {
    ?>
			<p><?php 
    _e('There are no posts matching your search criteria. Sorry!', 'cvtx_theme');
    ?>
</p>
		<?php 
}
?>