引用元
雪谷匡良 2022年3月10日, 5:04 PM中
投稿一覧にタグを入れたいのですが'arkhe_pre_get_part__post_list/item/meta',フックを使用するとHTML構造が変わってしまいます。
add_filter(
'arkhe_pre_get_part__post_list/item/meta',
function ( ) {
echo the_tags();
});
なにかいい方法などないでしょうか?
よろしくお願いします。
投稿一覧にタグを入れたいのですが'arkhe_pre_get_part__post_list/item/meta',フックを使用するとHTML構造が変わってしまいます。
add_filter(
'arkhe_pre_get_part__post_list/item/meta',
function ( ) {
echo the_tags();
});
なにかいい方法などないでしょうか?
よろしくお願いします。