You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello,
First off, this theme is absolutely incredible! Tons of important details. I'm very impressed it has built in schema data. Nice work!
That being said, there's one update I'd like to make to the template and can't seem to get.
Basically, on the main page that shows the listing of block posts with pic/title/description/link, I'd like for the description area to show meta descriptions by default. I'm putting a lot of work into my meta descriptions in hopes of higher click through rates in SERPs, and believe it'd give me more bang-for-the-buck to have those meta descriptions showing in the blog posts list on the homepage. Hope that makes sense.
I've dug through the template files and can't quite grasp how to do that. I have the following code I've written to pull the meta description if available:
But I can't seem to get it to work as expected and show in the main page posts list for each post.
As far as I can tell, it should be in the blog_item.html.twig partial. But that also controls the actual post, and everything I've tried affects the post rather than main page post listing. I do see an item there for summary, but when I add summary to the front matter, it blows up and I get a GRAV page error.
So where would my code go to make this happen?
Thanks for this truly awesome theme, and for your time and consideration.
The text was updated successfully, but these errors were encountered:
Hello,
First off, this theme is absolutely incredible! Tons of important details. I'm very impressed it has built in schema data. Nice work!
That being said, there's one update I'd like to make to the template and can't seem to get.
Basically, on the main page that shows the listing of block posts with pic/title/description/link, I'd like for the description area to show meta descriptions by default. I'm putting a lot of work into my meta descriptions in hopes of higher click through rates in SERPs, and believe it'd give me more bang-for-the-buck to have those meta descriptions showing in the blog posts list on the homepage. Hope that makes sense.
I've dug through the template files and can't quite grasp how to do that. I have the following code I've written to pull the meta description if available:
But I can't seem to get it to work as expected and show in the main page posts list for each post.
As far as I can tell, it should be in the
blog_item.html.twig
partial. But that also controls the actual post, and everything I've tried affects the post rather than main page post listing. I do see an item there forsummary
, but when I addsummary
to the front matter, it blows up and I get a GRAV page error.So where would my code go to make this happen?
Thanks for this truly awesome theme, and for your time and consideration.
The text was updated successfully, but these errors were encountered: