
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!
-
WordPress multi site
WordPress can be converted into a multi site environment with a few simple steps.
-
Downloadable Tools
Free downloadable tools that are nice to have around
-
Category link on post
Show only the primary category: <?php $get_cat = get_the_category(); $first_cat = $get_cat[0]; $category_name = $first_cat->cat_name; $category_link = get_category_link( $first_cat->cat_ID ); ?> <a href=”<?php echo esc_url( $category_link ); ?>” title=”<?php echo esc_attr( $category_name ); ?>”><?php echo esc_html( $category_name ); ?></a> Show all relevant categories with a comma seperator <?php the_category( ‘, ‘ ); ?>