我希望我的自定义帖子类型标题在帖子中没有标题时不留空格。我试图使用以下代码,但删除了h1和其他标记。请帮忙。
<?php if (the_title() != \'\') { ?>
<h1 class="post_title"><a href="<?php the_permalink() ?>" rel="bookmark" title="Permanent Link to <?php the_title_attribute(); ?>"><?php the_title(); ?></a></h1>
<?php } else { } ?>