I am using multipress, but users with small screens cannot access the HTML tab as the Publish meta box has a div that slides above it, disabling the ability to click it. One idea is to force a single column layout, but there are no options for this in screen options. Is there another way to do it?
|
You can use the filter
|
|||||||||||
|
|
To clarify: there are options under Screen Options for forcing a one column layout, but they are only available choices when on an Wordpress editor page like Posts or Pages. The Screen Options button appears like a tab next to the Help button in the top right corner of the Wordpress Dashboard. @sorich87 has the best possible solution. Including that code in functions.php will force all users into one column layout in the editor, which could help alleviate confusion for less technical users. |
|||
|
|
|
|||
|
|