We use cookies to ensure you get the best experience on our website
This website works better with JavaScript
Etusivu
Tutki
Apua
Rekisteröidy
Kirjaudu sisään
0ct0pu5
/
themes-wordpress
Tarkkaile
1
Äänestä
0
Fork
0
Tiedostot
Ongelmat
0
Pull-pyynnöt
0
Wiki
Selaa lähdekoodia
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 vuotta sitten
vanhempi
e3ee4fc8d4
commit
68a942a89f
1 muutettua tiedostoa
jossa
1 lisäystä
ja
1 poistoa
Jaettu näkymä
Näytä diff tilastot
1
1
altofocus/index.php
+ 1
- 1
altofocus/index.php
Näytä tiedosto
@@ -58,5 +58,5 @@ get_header(); ?>
</div>
<?php
-
//
get_sidebar();
+get_sidebar();
get_footer();