瀏覽代碼

AltoFocus: Allow widgets to show on homepage
- Fix for #818
- Allows showing widgets on homepage so that all widgets could work correctly.
In this instance, the Cookie Consent & Banner widget would only show on archive and single post pages.

Kris Korn 6 年之前
父節點
當前提交
68a942a89f
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      altofocus/index.php

+ 1 - 1
altofocus/index.php

@@ -58,5 +58,5 @@ get_header(); ?>
 
 	</div>
 <?php
-// get_sidebar();
+get_sidebar();
 get_footer();