Forum
Page Titles
If a user filters my Blog by date. How can I show the date in the 'Page Title' I can do it with the categories just can't figure out how to do it with the year?
This is my Category page title code:
'title' => perch_blog_category(perch_get('cat'), true),
What does your URL query string look like at that point?
/news/archive.php?year=2014
You can use
perch_get()
to get values fem the query string.