I’m using: get_theme_mod to show various pieces of info from the theme customizer, in the following format: <a href="https://wordpress.stackexchange.com/questions/88378/<?php get_theme_mod( $name, $default ) ?>">This is the link</a> I would...
Is there a way to output the default value of a wp_customize text field type using the echo get_theme_mod (); without actually going in the Theme Customizer, modifying something...
I’ve been using get_theme_mod() for some time in various projects of mine. I decided to take advantage of the Theme Customization API in WordPress v3.4 once it was available...