Forum

Thread tagged as: Question, Problem, Blog
Drew McLellan

Drew McLellan 2638 points
Perch Support

I think your template is just inaccurately written. Replace:

<perch:blog id=" prev_url " encode="false " rewrite="/blog/{cat:category:%s/}{page:page/%s} "/>

with:

<perch:blog id="prev_url" encode="false" rewrite="/blog/{cat:category:%s/}{page:page/%s}" />

and:

<perch:blog id=" next_url " encode="false " rewrite="/blog/{cat:category:%s/}{page:page/%s} "/>

with:

<perch:blog id="next_url" encode="false" rewrite="/blog/{cat:category:%s/}{page:page/%s}" />

Fixed. I think, that's what happens when you leave 'Beautify on' in Brackets it moves the quote marks out. Thanks for that, especially on a Sunday!

D