Make it so the page is not publicly queryable
authorSteve Sutton <steve@gaslightmedia.com>
Tue, 29 Jan 2019 20:17:34 +0000 (15:17 -0500)
committerSteve Sutton <steve@gaslightmedia.com>
Tue, 29 Jan 2019 20:17:34 +0000 (15:17 -0500)
Only using the correct url can the detail page be seen.

models/job.php

index 1d62382..e740ace 100644 (file)
@@ -344,7 +344,7 @@ class staffords_employment_job
             'show_in_menu'    => true,
             'show_ui'         => true,
             'query_var'       => true,
-            'publicly_queryable' => true
+            'publicly_queryable' => false
         );
         register_post_type(STAFFORDS_EMP_POST_TYPE, $args);
         register_taxonomy_for_object_type(STAFFORDS_EMP_TAX_CATEGORIES,