Forum
Meta URL, Perch id's
When I use <perch:blog id="domain" type="hidden"/>
it gets the correct URL, which is https://www.mydomain.com.
But when I use <perch:pages id="domain" type="hidden"/>
I get the URL without the 's' in http. Is perch:blog and perch:pages domain id different in any way?
Where is the value of
domain
being set for each?Im not sure if I understand that question. Is there a place to set the domain, and is there a seperate
domain
for perch:blog and perch:pages?When you use
<perch:pages id="domain" type="hidden"/>
where are you settingdomain
? I don't think that's a special value of any sort.Ok, so that looks like you're setting
https://
on the domain. Is that not working?It works when using
id="url"
, but not when usingid="domain"
.Ok, so is that solved?
Not really. id="url" output is different than id="domain". I need the id="domain" for this page.
Can you show us the output of
<perch:showall />
in your template?