Forum
Content id '_page' and clean URLs
Is it possible to feature clean URLs on hyperlinks displayed using <perch:content id="_page" />
? At the moment it includes the file extension on all hyperlinks displayed by it.
Is it possible to feature clean URLs on hyperlinks displayed using <perch:content id="_page" />
? At the moment it includes the file extension on all hyperlinks displayed by it.
That's the page URL as Perch stores it, so that it can be used to query further. You could possibly use the
replace
attribute to manipulate it.Works perfectly! Thanks Drew.