07
September
[PR]
×
[PR]上記の広告は3ヶ月以上新規記事投稿のないブログに表示されています。新しい記事を書く事で広告が消えます。
[PR]上記の広告は3ヶ月以上新規記事投稿のないブログに表示されています。新しい記事を書く事で広告が消えます。
<?php $nextpost = get_adjacent_post(false, '', false); if ($nextpost) : ?> <p> « 次の記事 <a href="<?php echo get_permalink($nextpost->ID); ?>"> <?php echo get_the_post_thumbnail($nextpost->ID,'medium'); ?> <?php echo esc_attr($nextpost->post_title); ?> </a> </p> <?php endif; ?> <?php $prevpost = get_adjacent_post(false, '', true); if ($prevpost) : ?> <p> 前の記事 » <a href="<?php echo get_permalink($prevpost->ID); ?>"> <?php echo get_the_post_thumbnail($prevpost->ID,'medium'); ?> <?php echo esc_attr($prevpost->post_title); ?> </a> </p> <?php endif; ?>
on_sent_ok:
"window.location.href = '完了ページのURL';"
RewriteEngine on RewriteCond %{REQUEST_URI} !/sp/ RewriteCond %{HTTP_USER_AGENT} (iPod|iPhone|iPad|Android|Windows\ Phone) RewriteRule ^(.*)$ sp/$1 [L] RewriteCond %{REQUEST_URI} /sp/ RewriteCond %{HTTP_USER_AGENT} !(iPod|iPhone|iPad|Android|Windows\ Phone) RewriteRule ^sp/(.*)$ $1 [L]