Forum
Meta data in Blog
Im trying to access the "tags" part of meta data section in the Blog app. Can't find that id in both meta_head
and post_meta
template. The debug message tells me that I'm using the /templates/blog/post_meta.html
template and that pretty clean.
The tags are a slightly weird old fixed field. When you say 'access', what are you trying to do?
Sorry. By access i mean just to see what id it is, and to use that field for meta keywords for example. Or just remove it from the template. Is there a way to use this fixed field?
Are you using
perch_blog_post_tags()
?https://docs.grabaperch.com/functions/blog/perch-blog-post-tags/
I do not. But when I do it outputs the words separated with commas that I've typed in under "Meta data". My wish is to use this tag ID for meta keywords. Is that possible?
I think the commas probably come from the template you're using. Did you reference the docs I linked to?
Yes. I need to find the template for in data. I don't need any output.
I don't understand.
Sorry. Can you tell me where the template for Blogs "Meta data" is? I can't find that section, only the "Open Graph" section.
There isn't a template for the tags. They're an old fixed field.