We use cookies to ensure you get the best experience on our website
This website works better with JavaScript
홈
탐색
도움말
가입하기
로그인
0ct0pu5
/
themes-wordpress
Watch
1
Star
0
포크
0
파일
이슈
0
풀 리퀘스트
0
위키
소스 검색
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 년 전
부모
e3ee4fc8d4
커밋
68a942a89f
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();