• Resolved Vanessa

    (@vanessajaded)


    I’m using the Vertex theme by Elegant Themes and I’d like to display the meta keywords in the header.

    I enabled meta keywords through the Vertex theme options, put my keywords in, then placed this in header.php underneath where the site description/tagline is called:

    <?php echo elegant_keywords(); ?>

    ..but nothing is displaying.

    Any help is very much appreciate!

Viewing 1 replies (of 1 total)
  • Thread Starter Vanessa

    (@vanessajaded)

    Thanks to an awesome soul by the name of Gregg, this solved the problem:

    Put the following code into your front-page.php file where you want the output.

    <?php
    global $shortname;

    $key3 = et_get_option($shortname.’_seo_home_keywordstext’);

    echo $key3;
    ?>

Viewing 1 replies (of 1 total)
  • The topic ‘[Theme: Vertex] Displaying meta keywords in header’ is closed to new replies.