I would think that you would need to give the user the ability to create posts/pages and save customizer settings to really get a feel of the theme.
I would create a new “admin” user role that has all the permissions of an admin, except creating/deleting users. This way you can’t get locked out of your site. Then i would create a function by hooking into the wp_logout
action hook to delete all posts/pages, and set the customizer settings back to default, when the user logs out.
Alternatively, you can use the Adminimize plugin, which should enable you to do exactly what you want.
Related Posts:
- How To extend WP_Customize_Control
- How do I remove a pre-existing customizer setting?
- Theme customizer – settings order
- Get entered value of customiser field for live preview
- Is it possible ( or advisable) to allow open access to the new theme customizer for potential clients?
- Add a dropdown to theme customizer
- Theme Customizer : how to create multiple-level panel
- Customizer Active Callback not working
- Can I create customizer setting that can handle plugin shortcode?
- Editing the custom background CSS
- How to execute conditional script when on new customize.php (Theme Customize) screen
- Is the theme customizer slowing down my site?
- Trigger Customizer saving process with Javascript only
- Adding customizer styles with wp_add_inline_style
- WordPress Customize — Move “menus” options / field to another section
- Is it possible to display the admin bar while in the Theme Customizer?
- How do I get a parent theme modification from a child theme?
- Changing the entire control choices using wp.customize with JavaScript
- How to Change CSS Variable value in Theme Customizer Live Preview
- “Display Site Title and Tagline” checkbox not working?
- How to set page template on front using starter content?
- Default header image does not display
- WordPress Customizer Control with React
- Responsive Images – Generating multiple images from Theme Customizer control upload?
- How to change the customizer´s sidebar width?
- How i can get widgets areas working in customizer?
- Change setting name in Customizer and keep the data
- after_setup_theme, Global Variable and Theme Customizer
- How to disable automatic colors in the Twenty Twenty theme?
- WordPress not registering Theme Customization Section
- How can i add edit shortcut icon in wordpress customizer without using selective refresh?
- Add new panel inside parent panel in WP Customize?
- Input ordering in wordpress theme customizer
- Unable to pass variable on theme cusomizer add_settings()
- How to add field customizable by the theme editor to your theme?
- Get a setting value conditionally in the Customizer api
- WP_Customize_Color_Control omitting # symbol
- Theme-wide custom post template
- Edit footer via customizer
- How do i make a custom section’s setting display the default value in Customizer?
- Disabling Customizer Selective Refresh shortcut icons for selected controls
- “Add A Widget” button in the Customizer
- Q: How to pull data from custom table to populate zustomizer setting/control select options
- Dynamically generated wordpress customizer options?
- How to disable wordpress from overload my stylesheet styles with customizer styles
- The ‘default’ attribute from $wp_customize->add_setting() method not in db?
- Override customizer values on a per-menu base
- How to modify default controls in WordPress theme customizer
- Why in the static pages of my theme are showing these information?
- Theme Customizer not displaying saved values in wp_head (CSS)
- Can I make a Customizer dropdown-pages list include private pages?
- How to allow certain PHP functions when using sanitize_callback in the word press customizer
- where is real values of variables?
- Doing context-aware previews in the WordPress Customizer
- Alignment Problem [closed]
- Create something that can be added or removed in Customizer
- Theme logo metadata into template file
- Customizer: get_preview_url() inside customize_save_after hook
- WP Customazation API doesn’t save the default Value
- Twenty Twelve Author not displaying
- Customize Option Framework
- Related Post Category Filter
- Let user to upload multiple time
- How to copy page/post from one theme to another?
- Customizer API Multi Sections in single Panel
- How to dynamically set a background image with the customizer without putting the css as an inline-style
- Default customizer colors aren’t displayed outside of the preview
- Image cropping isn’t working correctly when using Offload Media
- WordPress Custom Theme : Theme Builder vs ACF vs Gutenberg
- fetch all post from wp multisite network and sort all the post in descending order on the basis of “Created by ” term
- What is difference between add_theme_support and Theme Customization API?
- (Parent) theme Is Not Showing In Theme Selection Panel and Therefore Breaks Child Theme
- How to show Custom Field Value in Woocommerce Shop Page
- How to show some of category in wordpress
- Duplicate child theme incl. design changes
- Text View (Code View) in WordPress Customizer TinyMCE Editor
- Debugging slow WordPress Theme Customizer (Any option similar to Query Monitor)?
- Import settings from another theme
- Nav menus Fast previewing not working with wp_get_nav_menu_items!
- Customizer Image-Picker Preview Not Working
- How to customize the colors within a stylesheet using a WordPress setting
- Correct was to customise theme using get_theme_mod in scripts
- Add multiple sections, settings and controls at once to the Customizer
- How to get url image page the right way?
- How to create multiple customizer controls in one control
- Load get_page_templates into select menu
- Missing hashtag with theme customizer header color
- WordPress Customizer Help with FontAwesome Icon
- Customizer_register theme options not saving
- Editable screenshot.png in a custom theme developed
- WordPress Customization API overwrite LESS variable
- Using Customizer value in an external PHP file inside a theme
- get_theme_mod not pulling css colors into header using wp_head
- “No Data Received” error in Chrome every time i try to update the theme functions file
- Theme customizer live preview JS- Trying to bind to an html image url without luck
- How do I make it super customisable?
- My theme is full of error messages in the “Customize” screen, but nowhere else
- How to show associated fields if checkbox is checked in customize widget screen using wp_customize?
- WP Customizer get control value on change
- Execute javscript when theme customizer loads (autosave issue)