mirandacreative / wl

0 stars 0 forks source link

fixed support the library link, added library hours and translate con… #106

Closed mirandacreative-admin closed 6 years ago

mirandacreative-admin commented 6 years ago

fixed tiny bug in support the library link.

Added a condition inside the carousel component that will also include the library hours mobile template, but ONLY if it's on the front page.

<?php if(is_front_page() ){get_template_part(‘template-parts/hours_language_mobile’); } ?>