我使用ACF为类别添加了一个coustom字段。
它在存档中运行良好。php,下面是代码:
<?php echo get_field(\'students_no_class\', get_queried_object() );?>
但它在author中不起作用。php,没有显示任何内容。
在作者页面中,我需要在
<?php if (have_posts()) : while (have_posts()) : the_post();?>
我还做了一个测试:当我删除作者时。php,作者页面将使用归档。php模板和coustom字段没有显示任何内容。