PluginProbe
BlockSpare – Gutenberg Blocks, AI Content Generator & Site Builder for News, Magazine & Blogs / 2.7.3
BlockSpare – Gutenberg Blocks, AI Content Generator & Site Builder for News, Magazine & Blogs v2.7.3
5.0.1 4.1.0 trunk 1.0.0 1.0.1 1.0.2 1.0.3 1.0.4 1.0.5 1.1.0 1.1.1 1.1.2 1.2.0 1.2.1 1.2.2 1.2.3 1.3.0 1.3.1 1.3.2 1.3.3 1.3.4 1.3.5 2.1.2 2.5.0 2.5.3 All 39 releases
← All changes | inc/page-templates/module.php +1 -1 2.5.3 → 2.7.3 View file →
@@ -14,8 +14,9 @@
14 14 add_filter( 'template_include', 'pluginname_load_template', 99 );
15 15 function pluginname_load_template( $template ) {
16 16
17 17 global $post;
18 +
18 19 if(isset($post)){
19 20
20 21 $canvas_template_slug = 'canvas.php';
21 22 $full_width_template_slug = 'full-width.php';
@@ -29,8 +30,7 @@
29 30 return BLOCKSPARE_PLUGIN_DIR . 'inc/page-templates/templates/' . $full_width_template_slug;
30 31 }
31 32
32 33 }
33 -
34 34 return $template;
35 35
36 36 }