We use cookies to ensure you get the best experience on our website
This website works better with JavaScript
Accueil
Explorer
Aide
S'inscrire
Connexion
0ct0pu5
/
themes-wordpress
Suivre
1
Voter
0
Fork
0
Fichiers
Tickets
0
Pull Requests
0
Wiki
Parcourir la source
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
il y a 6 ans
Parent
e3ee4fc8d4
commit
68a942a89f
1 fichiers modifiés
avec
1 ajouts
et
1 suppressions
Vue séparée
Afficher les stats Diff
1
1
altofocus/index.php
+ 1
- 1
altofocus/index.php
Voir le fichier
@@ -58,5 +58,5 @@ get_header(); ?>
</div>
<?php
-
//
get_sidebar();
+get_sidebar();
get_footer();