My theme doesn't use the tag line, how can I remove it from the customizer?
|
Late to the party but this will do the trick:
You want to remove just that control, not entire section as suggested above. |
|||
|
|
|
I found out the WP_Customize_Manager class has a function called
You can find the ID of the section (i.e. 'nav') if you inspect the accordion title bar of the section. Look at the ID of the containing
-- the ID is |
|||||||
|
|
Accoring to OTTO
So I put that together with
... and discovered that the following code worked. I put
|
|||
|
|