Jake Vanderwerf
2025-10-18 b0194e10a87e16797a568d8a30d53ebecd27d8a4
inc/registry/MakeCalendarType.php
@@ -64,7 +64,7 @@
   public function handlePostTypeArchiveLinks(string $url, string $post_type):string
   {
      if ($post_type === $this->postType) {
         $url = get_home_url(2, '/' . $this->slug . '/');
         $url = get_home_url(null, '/' . $this->slug . '/');
      }
      return $url;
   }