Joebros.org Launches

Joebros, Inc. is a 501(c)(3) organization that focuses on providing a “Fundraiser in a box” offering that gives ministries everything they need to hold a fundraising event. They do everything from food to music. The primary band is “On the Side” who keep the donations flowing with their unique bluegrass tones. Great people contributing to… Read More »

beBELMONT Animated Infographic Design Launches

Statistics can be fun. I swear. Infographics are a very popular way to make data presentation a little more palatable for the casual fan. Belmont University has done some really great things in Nashville, TN over the last decade in terms of land and property development, job creation, and community service. Nashville Interactive was contracted… Read More »

Nashville Interactive Logo

Nashville Interactive Has A Brand New Website! (FINALLY)

Well here it is folks. After the longest “hiatus” between website redesigns in Nashville Interactive’s history, version 5 of nashvilleinteractive.com is FINALLY live. It’s been around three years since we’ve gone through a redesign and while the old site served its purpose and was a great asset for all three of those years, it was… Read More »

McGlobalExplorers.com Launches

Nashville Interactive recently launched mcglobalexplorers.com. The McCollough family has been to nearly every corner of the globe (including Antarctica) and wanted to bring their experiences to the masses. The site features an ecommerce storefront for selling explorer-themed gifts online as well as various blogs, photo galleries, videos and resources for the aspiring explorer.

Country Music Artist Amanda Nagurney Gets a New Website Design From Nashville Interactive

Nashville Interactive recently launched a fresh website redesign for country music artist Amanda Nagurney. Amanda needed a website that reflected her maturing career and that could be updated easily. The solution was a self-hosted, open-source content management system. This means that Amanda controls her own website and doesn’t have to worry about being locked-in to… Read More »

Single Level Breadcrumb for WordPress

<div class=’breadcrumb’><h1><?php // if there is a parent, display the link if ( $post->post_parent ) { $parent_title = get_the_title($post->post_parent); if ( $parent_title != the_title(‘ ‘, ‘ ‘, false) ) { echo ‘<a href=’ . get_permalink($post->post_parent) . ‘ ‘ . ‘title=’ . $parent_title . ‘>’ . $parent_title . ‘</a> &raquo; ‘; } } ?> <?php the_title();… Read More »

Suicide Prevention Website “GuardYourBuddy.com” Launches

Nashville Interactive is proud to have been a part of GuardYourBuddy.com. The website is dedicated to helping our troops in the TN National Guard cope with the huge life changes that accompany their service. The primary goal of the website is suicide prevention while also providing resources to help manage the various aspects of life… Read More »

Nashville Interactive Launches Website for America’s Got Talent Finalist Alice Tan Ridley

Alice Tan Ridley first made a name for herself singing in the subways of New York City. She also wowed judges on the popular TV show “America’s Got Talent”. Alice went from the subway to the big stage and needed a website to reflect the progression of her career. The website design draws inspiration from… Read More »

Elliot Root Website Launches

Nashville Interactive is proud to present elliotroot.com for your viewing pleasure. ER is a great up and coming group with “roots” (pun semi-intended) in Kenosha Wisconsin. These guys are not your typical Nashville artists. Great music so visit the site and have a listen (and check out the design while you’re there).

Adding an Image or Logo to The WordPress Login Screen

The difference is in the details. Here’s an easy script to add your site’s logo to the WP login screen. This will look for a logo.png file in your theme’s images directory but you can change that to whatever you’d like. The script automatically use the site name you entered in WP as the img… Read More »

Adding a Sub Menu Select Option To WordPress Pages

Often times it’s necessary to have very granular control on sub navigation for pages. This little snippet solves that issue. It adds a metabox to WordPress pages that allows users to select from an automatically generated list of menus that have been created through the default WP Menus functionality. Add this to your functions.php file… Read More »

Using Checkboxes and Custom Meta Values With WP_Query

I had the hardest time (harder than it should have been anyway) trying to figure out how to filter my posts using WP_Query and the value of a checkbox (checked or not). As it turns out the value is “on”. See an example below of that and how to use multiple custom meta values to… Read More »