Mình muốn Add meta robots noindex, nofollow to header sử lý trong function.php thì làm như thế nào? hiện tại mình muốn thêm thuộc tính noindex, nofollow toàn website, mà add code vào tập tin function.php ý, bạn nào có code cho mình cái nhé, add nó vào header của web ý HTML: <meta name="robots" content="noindex,nofollow" />
Của bạn đây nhé: PHP: function add_meta_to_header_wp(){ echo '<meta name="robots" content="noindex,nofollow" />', "\n";}add_action('wp_head', 'add_meta_to_header_wp');