Changing Options on the Styles Menu
-
Topic
-
I am trying to change the “Body Style” option and possibly a few others but for some reason my code isn’t working. I was successfully able to add other tabs just not edit this one.
Here’s my test code:
themeblvd_edit_option( 'styles', 'main_styles', 'body_style', 'options', array( 'light' => __( 'Light', TB_GETTEXT_DOMAIN ), 'dark' => __( 'Dark', TB_GETTEXT_DOMAIN ), 'grey' => __( 'Grey', TB_GETTEXT_DOMAIN ) ) );
Any ideas on why this isn’t working?
Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
- The forum ‘Alyeska Responsive WordPress Theme’ is closed to new topics and replies.