NiceThemesHow To: Hide "Opening Hours" @Contact Page – NiceThemes http://nicethemeswp.com/forums/topic/how-to-hide-opening-hours-contact-page/feed/ Wed, 23 Apr 2025 13:19:30 +0000 http://bbpress.org/?v=2.5.12-6148 en-US http://nicethemeswp.com/forums/topic/how-to-hide-opening-hours-contact-page/#post-368 <![CDATA[How To: Hide "Opening Hours" @Contact Page]]> http://nicethemeswp.com/forums/topic/how-to-hide-opening-hours-contact-page/#post-368 Wed, 16 Jan 2013 22:58:09 +0000 promobike Hello Guys!

Firstly, thanks for your great and very adaptive theme! Secondly, I have some problems to hide the “opening hours” at the “contact” page/template. Is this possible?

Greetings

]]>
http://nicethemeswp.com/forums/topic/how-to-hide-opening-hours-contact-page/#post-369 <![CDATA[Reply To: How To: Hide "Opening Hours" @Contact Page]]> http://nicethemeswp.com/forums/topic/how-to-hide-opening-hours-contact-page/#post-369 Wed, 16 Jan 2013 23:18:21 +0000 Juanfra Aldasoro Hello there,

Thanks for your kind words. At this moment there’s no option to hide that. Anyway, you can do this through editing a bit the code. You need to open the file template-contact.php in any text editor and remove these lines:

< ?php _e( 'Opening Hours', 'nicethemes' ); ?>

< ?php echo nice_opening_hours(); ?>

I would recommend you to make a backup of the original file.

Best,
Juan.

]]>