How to hide get_theme_mod if field empty
I'm using: get_theme_mod to show various pieces of info from the theme customizer, in the following format:
a href=" ?php get_theme_mod( $name, $default ) ? "This is the link/a
I would like to hide the whole line if that particular customizer field is empty.
What could I wrap around the anchor to accomplish this?
Topic get-theme-mod php Wordpress
Category Web