Thanks for this great tutorial! I would like to read add the category to the url to display using just this one template: In other words replace: 'pdfcategory' => 'fact-sheets', with pdfcategory = // get from url like mysite.com/pdfs/fact-sheets
How would I go about that?
Thanks for this great tutorial!
I would like to read add the category to the url to display using just this one template:
In other words replace:
'pdfcategory' => 'fact-sheets',
with
pdfcategory = // get from url
like mysite.com/pdfs/fact-sheets
How would I go about that?