もう1点聞きたいのですが
<article class="article__item">
<h1 class="ttl">// <a href="<php the_permalink(); ?>"></a>
<php the_title(); ?></h1>
<time class="date"><php the_time('Y/m/d'); ?></time>
<ul class="post-categories"><php the_category(); ?></ul>
<div class="comments_link">
コメント&nbsp;<a href="<php comments_link(); ?>"><php comments_number('(0)','(1)','(%)'); ?></a>
</div>
</article>

// <a href="<php the_permalink(); ?>"></a>の部分をphpファイルでメモとして反映させずに記載したい場合、どのようにコメントアウトすればよいのでしょうか?