Posts , how do you set pagetitle and meta description on index page?
Created 7 years ago by williamAs the title states. How do i set the description and title of /posts (the index page)? I am mostly interested in finding out from a end user point of view. Or how i should go about setting things up for them to be able to change it.
ryanthompson
—
7 years ago
We typically setup variables to manage that stuff on our end. The default value is the breadcrumb name / addon name.
william
—
7 years ago
Best Answer
I solved this by creating my own PostCrontroller that extended the default one. And then i set the pagetitle and description using variables.
I solved this by creating my own PostCrontroller that extended the default one. And then i set the pagetitle and description using variables.
More details on how i did it here