
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!
-
CHILD THEME: adding to the customizer
Expanding the customizer color controls
-
Conditional Sidebar Contents
<!–THE CONDITIONAL SIDEBAR CONTENTS–> <?php if(get_field(‘alternate_sidebar_content’)) {?> <?php the_field(‘alternate_sidebar_content’); ?> <?php } ?><!– ends the first condition –> <?php if(!get_field(‘alternate_sidebar_content’)) {?> <?php if ( ! dynamic_sidebar( ‘sidebar-3’ ) ) : ?> <?php endif; // end sidebar widget area ?> <?php }?> <!– ends the second outer condition –>
-
Cutting down on brute force attacks
We all know not to use the “admin” user for anything important since it is an obvious target for a brute force attack, however it is easy enough to determine the primary user of a wordpress site by appending “/?author=1” to the end of the sites’ base URL. This functionality can be neutralized via another…