Jake Vanderwerf
2026-01-01 c06013234d16ab3889bd7fce09f6606b45fd2b9f
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;
   }