We use cookies to make HubSpot's community a better place. Cookies help to provide a more personalized experience and relevant advertising for you, and web analytics for us. To learn more, and to see a full list of cookies we use, check out our Cookie Policy (baked goods not included).
Sep 23, 2021 9:37 AM
Hello community,
I want to create an individual page for each author. This means, I want to change the HTML/HubL code for this page type/ template.
In my theme there is no template to edit. So I guess, the author pages are generated "automagically" by HS. Is it possible to edit the code?
Solved! Go to Solution.
Sep 23, 2021 9:46 AM
Hi @StLoebelt ,
The author page is generated by the blog template. You could use the if blog_author statement to create add some custom markup for blog author pages.
Sep 23, 2021 10:05 AM
Regarding not seeing any templates. Check the 'blog template', the code is probably in the 'blog content' module or created with custom modules depending on your theme.
Sep 23, 2021 9:46 AM
Hi @StLoebelt ,
The author page is generated by the blog template. You could use the if blog_author statement to create add some custom markup for blog author pages.
Sep 23, 2021 10:12 AM
Thank you so much, overlooked the simple if else condition in at the top of the template
Sep 23, 2021 10:05 AM