• Resolved Cr7Pramana

    (@cr7pramana)


    Hi, i’m using WordPress 4.1 and GoodNews as our main theme.

    i have sucessfully installed the MetaData plugin.

    I have add my web front page description, keywords, global keywords
    i’ve checklist the dublincore, scheme, and metabox feature so the author can costumize their own keywords or description on their own post.

    but it doesn’t not affect anything, i’ve checked on SEOquake diagnosis and other services, my front web description and keywoard are still empty. The dublincore isn’t activated.

    how do i fix it ?

    https://ww.wp.xz.cn/plugins/add-meta-tags/

Viewing 6 replies - 1 through 6 (of 6 total)
  • Plugin Author George Notaras

    (@gnotaras)

    Hello,

    Please try with a default theme, like twentyfifteen and check if the problem persists.

    Add-Meta-Tags uses the wp_head and wp_footer action hooks to embed metadata to the HTML HEAD and the HTML BODY. It is essential that your theme includes these two action hooks in its templates.

    If the problem is the theme, please contact the theme developer.

    George

    Plugin Author George Notaras

    (@gnotaras)

    I’m marking the topic as resolved as it does not seem to be related to the plugin. Please feel free to re-open if your findings show any Add-Meta-Tags involvement in this issue.

    George

    Thread Starter Cr7Pramana

    (@cr7pramana)

    Hello,

    Thank you for your respon George, but how do i use the wp_head and wp_footer to embed the MetaData plugin to my Html Head and Body ?

    thank you

    Plugin Author George Notaras

    (@gnotaras)

    Hi, these action hooks are used by the plugin to output the meta tags to the HTML head area. Please check where these action hooks are located in a default theme (usually header.php and footer.php) and either add them to your theme if missing or contact the theme developer.

    Hope this helps.

    George

    Thread Starter Cr7Pramana

    (@cr7pramana)

    hi George, thank you for your respond

    i love to use your plugin, because of it’s size.

    but can you tell me how to check the hooks location? by looking for the shortcodes or the codes itself on the header.php or footer.hph ?

    and how to add them to my theme ?

    Plugin Author George Notaras

    (@gnotaras)

    Hello,

    For example, the header.php template of your theme should contain the following in the <head>.....</head> section.

    <?php wp_head(); ?>

    Also the footer.php should contain the following before </body>:

    <?php wp_footer(); ?>

    Hope this helps.

    George

Viewing 6 replies - 1 through 6 (of 6 total)

The topic ‘Meta Data Doesn't Work’ is closed to new replies.