• benwake

    (@benwake)


    Hi everyone,

    Since I am using the plugin, I only write keywords in the SEO Keyword section (which are the same as my tags).
    On my website, tags from wordpress are shown under the page.
    Those aren’t filled in now, so nothing shows up.

    Is there a way to use the SEO Keywords as tags? Like ‘copy’ my SEO keywords in tag section of wordpress.
    I suppose something like putting “aiosp_keywords” in the php header?

    Kind regards,
    Ben

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

    (@benwake)

    This is the part that generate the tags in my theme:

    <?php if(get_the_tags()){?>
            <span class="tags clearfix">
    		<?php the_author(); ?> tagged this post with:
            <?php the_tags('', ', ', ' '); ?>
            <span class="alignright"> Read <?php the_author_posts(); ?>  articles by <?php the_author_posts_link(); ?>

Viewing 1 replies (of 1 total)
  • The topic ‘[Plugin: All in One SEO Pack] Use seo keywords as tags’ is closed to new replies.