소스 검색

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();