Forum

Thread tagged as: Question, Configuration, Blog

How do I remove the author listing + link to archive in blog posts.

Tried a few places including in author.html, post.html and article.html but can't seem to remove the author link to archive.php that appears at the bottom of each blog post. The client doesn't want this as it's superfluous to his requirements for the blog.

I'm not talking about this in post.html

<perch:if exists="authorGivenName"> by <span class="p-author h-card"><perch:blog id="authorGivenName" type="hidden" /> <perch:blog id="authorFamilyName" type="hidden" /></span> </perch:if>

This is to remain but removing it doesn't seem to remove the author link at the bottom anyway.

Andrew Areoff

Andrew Areoff 0 points

  • 6 years ago
Drew McLellan

Drew McLellan 2638 points
Perch Support

If you add debug to your page you can see which templates are being used.

https://docs.grabaperch.com/docs/installing-perch/configuration/debug/

Ok thanks for that. Worked it out from there. More obvious that I thought of course.