We build highly customized sites that are designed to reflect the owner’s aesthetic sensibilities, anticipate growth and modification, and provide an optimized experience for human artificial users.
Whether it be a fresh new website, enhancing performance and functionality of an existing website or recovery from threat or malfunction, our process ensures an efficient environment that follows best practices while being easy to work with.
We have proven that highly customized sites do not need to be complicated to manage or difficult to navigate, we make the complex simple and intuitively comprehensible.
We provide a stable, flexible and secure platform along with the support and training needed so that you may confidently manage your message!

  • Making the taxonomy description conditional

    <?php if(get_the_archive_description()) {?> <?php the_archive_description( ); ?> <?php } ?> <?php if(!get_the_archive_description()) {?> <?php if ( ! dynamic_sidebar( ‘sidebar-4’ ) ) : ?> <aside id=”search” class=”widget widget_search”><?php get_search_form(); ?></aside> <?php endif; // end sidebar widget area ?> <?php }?> <!– ends the second outer condition –> The second condition is a widget region

    read more…

  • Another Toggle Snippet

    <?php if( get_field(‘hero_check_off’) == ‘show’ ): ?> <div id=”hero-top”> <?php if ( get_field( ‘page_hero_image’ ) ): ?> <img src=”<?php echo esc_url( get_field( ‘page_hero_image’ ) ); ?>”/> <?php else : ?> <img src=”<?php echo get_stylesheet_directory_uri() ?>/images/page-default-banner.jpg” alt=”<?php bloginfo( ‘name’ ); ?>” /> <?php endif; ?> </div> <?php endif; ?> <?php if( get_field(‘hero_check_off’) == ‘hide’ ): ?>…

    read more…

  • GDPR & Cookies

    The GDPR aims primarily to give control to individuals over their personal data and to simplify the regulatory environment for international business by unifying the regulation within the EU.

    read more…