コード例 #1
0
	add_filter( 'nice_load_contact_js', '__return_true', 10 );
}

get_header(); ?>

<!-- BEGIN #content -->
<section id="content" class="<?php echo $post->post_name; ?>">

<?php if ( have_posts() ) : ?>

		<?php while ( have_posts() ) : the_post(); ?>

			<div class="nice-contact-form">

				<header>
					<?php nice_breadcrumbs(); ?>
					<h1 class="entry-title"><?php the_title(); ?></h1>

				</header>

					<?php

						$nice_google_map = get_option( 'nice_google_map' );

						if ( ! empty ( $nice_google_map ) ): ?>
							<div class="nice-contact-map clearfix">
								<?php echo nice_embed( array ( 'embed' => $nice_google_map, 'width' => 960, 'height' => 300) ); ?>
							</div>
						<?php endif; ?>

					<div class="entry">
コード例 #2
0
}

get_header(); ?>

<!-- BEGIN #content -->
<section id="content">

	<?php if ( have_posts() ) while ( have_posts() ) : the_post(); ?>

		<article <?php post_class(); ?>>

			<?php // add pageview ?>
			<?php nice_pageviews(); ?>

			<header>
					<?php nice_breadcrumbs( array( 'singular_article_taxonomy' => 'article-category' ) ); ?>

					<h1 class="entry-title"><?php the_title(); ?></h1>

					<?php nice_article_meta(); ?>

			</header>

			<div class="entry">

				<?php

				$embed = get_post_meta( get_the_ID(), 'embed', true );
				$video_class = '';

				if ( $embed <> '' ){