如何讓自己的文章被搜尋到?

add_action('wp_head', 'your_function_name');
function your_function_name(){
?>
請把從Google Search Console複製的代碼貼到這邊喔!
<?php
};

發佈留言