| @@ -61,10 +61,10 @@ | ||
| 61 | 61 | } |
| 62 | 62 | |
| 63 | 63 | global $post; |
| 64 | 64 | |
| 65 | - $templateId = get_transient('ultimate_store_template_id_' . get_current_user_id()); | |
| 66 | - $posts = get_transient('ultimate_store_template_sample_post_' . get_current_user_id()); | |
| 65 | + $templateId = get_transient('ultimate_store_kit_template_id_' . get_current_user_id()); | |
| 66 | + $posts = get_transient('ultimate_store_kit_template_sample_post_' . get_current_user_id()); | |
| 67 | 67 | |
| 68 | 68 | if ($posts instanceof \WP_Query && $posts->have_posts() && $templateId == $post->ID) { |
| 69 | 69 | foreach ($posts->posts as $post) { |
| 70 | 70 | $GLOBALS['post'] = $post; |