Can you check your wp-config.php
and double check that you are using the correct database, as if you have changed the values within the wp_options table then they should definitely be reflected in the settings in the back-end of WordPress, whereas, updating from WordPress might not have been saving etc.
Sounds like a strange issue though. Are the changes you make to the database still there after you go to another table and back? Or do they not save into the database when using PhpMyAdmin?
Related Posts:
- How To Add New Option Types To Option Tree?
- How can I make my options in an array and store theme in WP options one DB row?
- Efficiency of wp_options vs a new table
- not getting API setting saved confirmation message after update on option page
- Update Specific Key Value in Complex `wp_options` object
- Tabbed theme options query about add_settings_section callback function
- Theme Option’s Save Button is not working
- TItle In Latest Post is not using H1 Tag [closed]
- How to store widget fields data as an array?
- WordPress API Menu/Submenu Order
- What are the advantages and disadvantages of Option Tree over the Customization API?
- How do I add settings to the Background Options Page?
- Is it possible ( or advisable) to allow open access to the new theme customizer for potential clients?
- What WP folder can I use to write files to?
- WordPress Settings API error
- Add a dropdown to theme customizer
- Understanding wp_add_inline_style
- Add a new checkbox in theme options
- Modular theme settings
- How to add Color Picker in Theme Options for the following?
- Setting multiple default background images?
- Best practice way to implement custom sections into a WordPress theme
- How does WordPress decide what template to use as frontpage
- get_option function
- Best practice (forward compatibility) for theme options
- Get category slug and display it on a query_post
- Override Current Theme Setting in wp_config.php
- How to set the default value of a option in a theme?
- Where do I find the functions triggered within a hook?
- Why might $input (Settings API) be coming through empty?
- Where is default wp_head() implemented?
- Add a preview to a WordPress Control Panel
- WordPress settings API error when checkbox unchecked
- How to deploy a new theme/theme options from staging to production site
- WordPress Customizer Typography: How to load just the unique Google Fonts?
- Multiple Custom_Background, is it possible?
- Change Genesis Tag from Page Template [closed]
- What is the best way to export and import theme options?
- Static Front Page problem
- two tinyMCE editors in the same page
- esc_url not working within add_settings_field callback
- How to remove menus section from WordPress theme customizer
- WordPress Errors in generated by theme check plugin [closed]
- WordPress Theme customisation CSS
- Writing Clean WooCommerce Styles
- Select front page and blog page in custom theme settings page
- Using the theme options to change background
- Removing title tags from each page
- Theme Options page not showing up in admin menu
- How do I update WooCommerce template files in my theme? [closed]
- How to hook CSS file according to theme selection in the customizer section
- How Can I Create a List of Values to Be Iterated Through via WordPress Customization API?
- Change setting name in Customizer and keep the data
- Is there a way to activate different theme for specified users? [closed]
- How to upload images using Settings API
- Unhook action from child theme
- after_setup_theme, Global Variable and Theme Customizer
- Is there an action for save_menu and/or update_menu?
- Theme settings keep getting reset/erased
- A mystery 300px image size
- For best DB performance should I serialize all theme options together or by type?
- Set multiple templates per post
- Creating Theme Options Page
- Location of theme options page menu icon
- WordPress add options to theme not displaying
- qTranslate with my own theme and settings
- Where should I update_options in a theme?
- How can I display/hide certain content based on a Theme Option field?
- Create wordpress header with custom logo in between the menu splitting the menu into two equal parts [closed]
- How to call WooCommerce update cart function programatically
- Access theme options in templates
- get_option in header.php not returning value from customizer
- Internal error 500 accessing Theme > Customize
- Can I have two different theme for two different language?
- Using an if statement in the theme customizer page
- How to add “Template” option in page attributes panel?
- How would you accomplish the following advanced settings page?
- Single Page Design, Storing in Theme Options
- Limitations when modifying wp_title with a filter
- How to override checkbox styles if these inputs have a unique id [closed]
- Custom Field created in add_meta_boxes reappearing itself again in the default Custom Metabox
- How to add material design css in wordpress and woocommerce
- Storefront child theme not applying parent theme [closed]
- StoreFront product pages: Turn the Short Description section into a kindred tab section [closed]
- How can I fetch the WordPress cart errors normally displayed in woocommerce-error?
- page.php dependent sites are not working in custom woocommerce theme
- Zoom on custom theme without child
- How to show custom meta_key in each li of menu
- Scroll to position on page for category pages only — woocommerce
- How to: JQuery multiple wordpress media uploader buttons in the same options page?
- Following Web Performance Optimization techniques to output static and dynamic css
- How to disable wordpress from overload my stylesheet styles with customizer styles
- How to enqueue javascript for WP Customize options sidebar?
- How do i place same widgets multiple time by default on theme activation?
- Is it possible to save more than one image to an option?
- How to Call pages from a Options Panel
- correct tags for validating input types
- Common single page template options
- What is the meaning of WordPress’s recommended css classes and where are they applied?
- Would to use AJAX to get an option from the database and use it in a jquery setup or is there an alternative to consider?