I just purchased CP2.0 for J1.7 and it works great. However, I am using FJRelated component to display a blog view of certain articles based on keywords. FJRelated gets these keywords from the standard #_content table
Now, when I use CP2.0 to add tags to the articles, the tags show up in the source under:
<meta name="keywords" content=" mytag1, mytag2, etc" />
I need however for these tags to be written to the metakey field in #_content table in order for FJRelated to pick it up.
So basically my question is if it's possible to turn the tags added with CP2.0 into proper Meta Keywords stored in the #_content table?
Thanks