Is there a way (a template tag or otherwise) I can recall the background color selected by the user?
Is there a way (a template tag or otherwise) I can recall the background color selected by the user?
Found the answer through WPQuestions:
using:
get_theme_mod( 'background_color' );
hope this is useful to someone.
This topic has been closed to new replies.