在我的主页上,我有一些来自两个类别的帖子,但我只希望它只显示一个
这是我的密码
<?php
/* translators: used between list items, there is a space after the comma */
$categories_list = get_the_category_list( __( \', \', \'themename\' ) );
if ( $categories_list && themename_categorized_blog() ) :
?>
<?php printf( __( \'%1$s\', \'themename\' ), $categories_list ); ?>
是否可以通过添加此
[0]
在代码的某个地方,如果是,在哪里?