<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Blog Author Page Not Generating in CMS Development</title>
    <link>https://community.hubspot.com/t5/CMS-Development/Blog-Author-Page-Not-Generating/m-p/464611#M24159</link>
    <description>&lt;P&gt;I have a few authors who are not having their page be generated as expected. I currently have multiple blogs. When you click on an author name it takes you to &amp;nbsp;/[blog-slug]/author/[author-slug] where usually the author template takes over.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;However, I have about 6 authors who just get a 404 when you go to their page. This feels like a HubSpot bug rather than anything I can take care of myself. Any idea why this is happening?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Here's an example where there are quite a few of the authors with broken pages:&amp;nbsp;&lt;A href="https://daml.com/company?page=3" target="_blank" rel="noopener"&gt;https://daml.com/company?page=3&lt;/A&gt;&lt;/P&gt;</description>
    <pubDate>Thu, 22 Jul 2021 18:27:23 GMT</pubDate>
    <dc:creator>jvargas2</dc:creator>
    <dc:date>2021-07-22T18:27:23Z</dc:date>
    <item>
      <title>Blog Author Page Not Generating</title>
      <link>https://community.hubspot.com/t5/CMS-Development/Blog-Author-Page-Not-Generating/m-p/464611#M24159</link>
      <description>&lt;P&gt;I have a few authors who are not having their page be generated as expected. I currently have multiple blogs. When you click on an author name it takes you to &amp;nbsp;/[blog-slug]/author/[author-slug] where usually the author template takes over.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;However, I have about 6 authors who just get a 404 when you go to their page. This feels like a HubSpot bug rather than anything I can take care of myself. Any idea why this is happening?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Here's an example where there are quite a few of the authors with broken pages:&amp;nbsp;&lt;A href="https://daml.com/company?page=3" target="_blank" rel="noopener"&gt;https://daml.com/company?page=3&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 22 Jul 2021 18:27:23 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/CMS-Development/Blog-Author-Page-Not-Generating/m-p/464611#M24159</guid>
      <dc:creator>jvargas2</dc:creator>
      <dc:date>2021-07-22T18:27:23Z</dc:date>
    </item>
    <item>
      <title>Re: Blog Author Page Not Generating</title>
      <link>https://community.hubspot.com/t5/CMS-Development/Blog-Author-Page-Not-Generating/m-p/464950#M24164</link>
      <description>&lt;P&gt;@Hi&amp;nbsp;&lt;a href="https://community.hubspot.com/t5/user/viewprofilepage/user-id/168024"&gt;@jvargas2&lt;/a&gt;,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;On the author link, I see a query_dict of hsLang=en. Is the blog and/or author setup multilingual?&lt;/P&gt;
&lt;P&gt;Is it's good to check out the following:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Check out if the language of your blogs is set inside the HubSpot blog settings.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Check if the author is setup&amp;nbsp;multilingual. You can see this by going to the blog author and check if a language is behind there names.&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="hs-authors.png" style="width: 779px;"&gt;&lt;img src="https://community.hubspot.com/t5/image/serverpage/image-id/46859iB1268097CB069D69/image-dimensions/779x257?v=v2" width="779" height="257" role="button" title="hs-authors.png" alt="hs-authors.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt; &lt;/P&gt;
&lt;P&gt;If the language of an autor recently setup to a specific language, you will need to reconnect the author to the written/original blogs. By default, HubSpot authors are not setup&amp;nbsp;multilingual so you can select autors on every language since most use of a autor is only for the name and e-mail. But since a author also has an bio, you also have the possibility this translate this. Therefore it's possible to create them&amp;nbsp;multilingual. One bad thing is that you will need to reconnect the autor again to the right blog posts. So try to select the autor again to the post and try checking out the author link again.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Good to know. I had has caching issues with playing around and setting upmultilingual autors and tags, so also check the links in a incognito window and try use the Buster Cache by adding the following to your author links: &lt;A href="http://www.sample.com/blog/author/author-name?hsCacheBuster=2454" target="_blank"&gt;www.sample.com/blog/author/author-name?hsCacheBuster=2454&lt;/A&gt; You can change the number 2454 for refreshing the cache.&lt;/P&gt;</description>
      <pubDate>Fri, 23 Jul 2021 06:24:16 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/CMS-Development/Blog-Author-Page-Not-Generating/m-p/464950#M24164</guid>
      <dc:creator>Indra</dc:creator>
      <dc:date>2021-07-23T06:24:16Z</dc:date>
    </item>
    <item>
      <title>Re: Blog Author Page Not Generating</title>
      <link>https://community.hubspot.com/t5/CMS-Development/Blog-Author-Page-Not-Generating/m-p/467640#M24230</link>
      <description>&lt;P&gt;Thank you for pointing out the language issue! For anyone else, all my authors who were leading to 404 pages had their language set to "English - United States". Changing their language to just "English" fixed it right away without needing to clear cache.&lt;/P&gt;</description>
      <pubDate>Tue, 27 Jul 2021 20:04:20 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/CMS-Development/Blog-Author-Page-Not-Generating/m-p/467640#M24230</guid>
      <dc:creator>jvargas2</dc:creator>
      <dc:date>2021-07-27T20:04:20Z</dc:date>
    </item>
    <item>
      <title>Re: Blog Author Page Not Generating</title>
      <link>https://community.hubspot.com/t5/CMS-Development/Blog-Author-Page-Not-Generating/m-p/515684#M25725</link>
      <description>&lt;P&gt;Hello all, I am having the same issue, but its not easily fixed by the language change- her URL works on every page except one- the rseources page (URL-&lt;A href="https://www.boardroominsiders.com/resources" target="_blank" rel="noopener"&gt;https://www.boardroominsiders.com/resources)&lt;/A&gt;&lt;/P&gt;&lt;P&gt;You can then see the snippet of the blog post with a link to the author- which 404's there. So i checked design manager and i think the problem lies in 35 of the code&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;..by &amp;lt;a class="author-link" href="{{ group.absolute_url }}/author/blog/{{ recent_post.blog_post_author.slug }}"&amp;gt;{{ recent_post.blog_post_author.display_name }}&amp;lt;/a&amp;gt;&amp;lt;/div&amp;gt;&lt;BR /&gt;&amp;lt;/div&amp;gt;..&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;For some reason only on this page, when that same author's snippet is featured, the link never works. But when you go to the actual blog post and click on her name, it does.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The correct link for hers is&amp;nbsp;&lt;A href="https://www.boardroominsiders.com/blog/author/sharon-gillenwater" target="_blank" rel="noopener"&gt;https://www.boardroominsiders.com&lt;FONT color="#000080"&gt;/blog/author&lt;/FONT&gt;/sharon-gillenwater&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;I did find this, line 35&amp;nbsp;group.absolute_url&lt;/SPAN&gt;&lt;/P&gt;&lt;DIV class=""&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV class=""&gt;For some reason it loads&amp;nbsp;&lt;A href="https://www.boardroominsiders.com/author/blog/sharon-gillenwater?hsLang=en" target="_blank" rel="noopener"&gt;https://www.boardroominsiders.com/&lt;FONT color="#FF0000"&gt;author/blog&lt;/FONT&gt;/sharon-gillenwater&lt;FONT color="#FF0000"&gt;?hsLang=en&lt;/FONT&gt;&lt;/A&gt;&lt;/DIV&gt;&lt;DIV class=""&gt;When it should load&amp;nbsp;&lt;A href="https://www.boardroominsiders.com/blog/author/sharon-gillenwater" target="_blank" rel="noopener"&gt;https://www.boardroominsiders.com/&lt;FONT color="#FF0000"&gt;blog/author&lt;/FONT&gt;/sharon-gillenwater&lt;/A&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV class=""&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV class=""&gt;But when I change group.absolute_url to blog.author_url it does nothing.&lt;/DIV&gt;&lt;DIV class=""&gt;Author/blog are reversed in the incorrect link.&amp;nbsp;&lt;/DIV&gt;&lt;DIV class=""&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV class=""&gt;any ideas?&lt;/DIV&gt;</description>
      <pubDate>Mon, 25 Oct 2021 20:41:53 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/CMS-Development/Blog-Author-Page-Not-Generating/m-p/515684#M25725</guid>
      <dc:creator>NLacaria</dc:creator>
      <dc:date>2021-10-25T20:41:53Z</dc:date>
    </item>
    <item>
      <title>Re: Blog Author Page Not Generating</title>
      <link>https://community.hubspot.com/t5/CMS-Development/Blog-Author-Page-Not-Generating/m-p/516085#M25744</link>
      <description>&lt;P&gt;got it fixed. There was syntax change that was not updated in the theme&lt;/P&gt;&lt;P&gt;thx&lt;/P&gt;</description>
      <pubDate>Tue, 26 Oct 2021 15:37:52 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/CMS-Development/Blog-Author-Page-Not-Generating/m-p/516085#M25744</guid>
      <dc:creator>NLacaria</dc:creator>
      <dc:date>2021-10-26T15:37:52Z</dc:date>
    </item>
  </channel>
</rss>

