get_theme_mod
Description
Retrieve theme modification value for the current theme.
If the modification name does not exist, then the $default
will be passed through sprintf()
with the first string the template directory URI and the second string the stylesheet directory URI.
Synopsis
<?php get_theme_mod( $name, $default ) ?>