ありがとうございます!
以下のように挿入してみましたら、previous_post_link、next_post_linkともに、
空の状態になってしまいました。
記入場所を前後しても変わらない状況で、他に何か気をつけることがありましたら
お教えいただけると幸いです。
<?php
/**
* <meta content=”charset=UTF-8″>
* @package Welcart
* @subpackage Welcart MatteBlack theme
*/
get_header();
?>
<div id=”content” class=”two-column”>
<div class=”catbox”>
<?php if (have_posts()) : the_post(); ?>
<?php previous_post_link(‘%link’, ‘古い記事へ’, true); ?>
<?php next_post_link(‘%link’, ‘新しい記事へ’, true); ?>
<div <?php post_class() ?> id=”post-<?php the_ID(); ?>”>
<div class=”storycontent”>
<?php usces_remove_filter(); ?>
<?php usces_the_item(); ?>