header for home page only
-
version 3.5
why this is not working :if(is_home()) { add_action('wp_head', '_set_metatag'); } function _set_metatag() { $output = ''; $output .= '<meta property="og:type" content="website" />'; $output .= '<meta property="og:url" content="https://website.com" />'; $output .= '<meta property="og:title" content="websitetitle" />'; echo $output; }
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘header for home page only’ is closed to new replies.