• I’m cleaning up some HTML code, and I would like to have a HTML structure that looks like this:

    <!DOCTYPE html>
    <html >
    <head>
    <title>...</title>
    <meta name="description" content="..." />
    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> ...

    So basically I want ‘title’ and ‘meta description’ to appear right after head tag. I already looked into general-template.php -file but didn’t find output for ‘meta description’.

    Do I need to install a plugin for meta description (Yoast for example) and then change the location of the wp_head() ? Or do I need to edit the wp_head() function somehow?

Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
  • The topic ‘HTML structure inside head tag’ is closed to new replies.