Paste the following code in your functions.php : add_action('wp_head' , 'remove_post_list_title_links'); function remove_post_list_title_links() { ?> ...
確定! 回上一頁