If a client is not very tech savy and you dont want to overload them with to many options this is a good way remove the Genesis layout settings from a genesis theme. You can set the layout setting in the code following this post.
Follow the steps below;
Step 1 – remove the Genesis layout settings:
To remove the layout setting from a genesis theme you can simply add the following code. It will dissapear form the backend menu.
Step 2
To remove the layout setting from a genesis theme you can simply add the following code. It will dissapear form the backend menu.
Step 3
To remove the layout setting from a genesis theme you can simply add the following code. It will dissapear form the backend menu.
1 2 3 4 | //* Do NOT include the opening php tag shown above. Copy the code shown below. //* Remove Genesis Layout Settings remove_theme_support( 'genesis-inpost-layouts' ); |