I would like to 'not' show all the footer contents on the main page and remove it completely from everything else except for those I setup in the Avisio 'sidebar and footer' settings. How can this be accomplished?
Remove or change footer contents
4 posts from 3 voices-
Posted 2 years ago #
-
Hey,
To remove the dummy widgets, open up footer.php and change this:
else : dummy_widget($columns); endif; // dummy widgets defined at the bottom of widgets.phpto this:
endif;James
Posted 2 years ago # -
Awesome thanks James. While I was waiting I just dragged blank text widgets into all 4 footer columns. Will this cause any load time or performance issues?
Thanks
Posted 2 years ago # -
No - an empty text widget doesn't influence the code, loading time, etc. dramatically. It creates around 4 or for lines of html code and won't slow down/speed up the loading times.
Posted 2 years ago #
Reply
You must log in to post.














