We use cookies to ensure you get the best experience on our website
This website works better with JavaScript
Головна сторінка
Огляд
Довідка
Реєстрація
Увійти
0ct0pu5
/
themes-wordpress
Слідкувати
1
Зірка
0
Відгалуження
0
Файли
Проблеми
0
Запити на злиття
0
Wiki
Переглянути джерело
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 видалено
Розділений вигляд
Показати статистику Diff
1
1
altofocus/index.php
+ 1
- 1
altofocus/index.php
Переглянути файл
@@ -58,5 +58,5 @@ get_header(); ?>
</div>
<?php
-
//
get_sidebar();
+get_sidebar();
get_footer();