• Hi,

    Write a code, please, which contents “keywords” and “description” for categories in a template “archive.php” or “category.php” my theme will show.

    For posts and page (templates single.php and page.php) I use:

    <?php echo get_post_meta($post->ID, '_su_keywords', true); ?>
    <?php echo get_post_meta($post->ID, '_su_description', true); ?>

    SEO Ultimate version 7.6.4.3

    https://wordpress.org/plugins/seo-ultimate/

  • The topic ‘Descriptions & keywords for categories in template’ is closed to new replies.