The screen-options tag has no wiki summary.
5
votes
1answer
58 views
Add screen options to Plugin pages
I want to add screen options to my Plugin page, like the ones that are available in the Dashboard.
I tried using the add_option method of the WP_Screen object and found that it supports only two ...
1
vote
2answers
35 views
Screen options on a different computer
Is it possible to keep dashboard screen options (for instance, not showing custom fields) across computers?
0
votes
0answers
52 views
Page Revisions Missing From Screen Options
We've just launched a client site and they're noticed that revisions are missing for pages. The option to show them in "screen options" is missing. It is there and working for posts and other custom ...
0
votes
1answer
76 views
Set default screen option for appearance -> menus
Is it possible to have any control over the screen options for Appearance>Menus. I am working on a theme and with a fresh Wordpress install where I had never touched any of the screen options ( at ...
0
votes
1answer
89 views
Automatically show 'taxonomy' meta box by default in Appearance > Menus?
Is there a way (with code) to automatically show the 'taxonomy' meta box in Appearance > Menus ?
This way, the users don't have to click on the 'Screen Options' tab > 'Show on screen' > 'taxonomy' ...
0
votes
0answers
76 views
Set-screen-option Filter Not Called [closed]
Hello, world!
I'm working on an administration panel for a theme I'm developing. The task I am working on now is adding a "Screen Options" tab for a list table. I have the page load hook in place, ...
0
votes
1answer
54 views
Screen Options Wordpress WYSIWYG
Is there any way to set a checkbox for WYSIWYG box in this options so admin is able to hide it in case there's no need for content in a page
0
votes
1answer
232 views
How to set default metaboxes on user creation?
Just for repetition's sake, I want to do the following: I need to set custom fields and the excerpt metaboxes for WP default Posts post type when a new user is created. I know that by default WP ...
3
votes
1answer
369 views
How can we customize the logo and some text on the welcome screen?
I have found discussions and solutions on hiding or removing the lately introduced Welcome screen.
But we DO find the screen, as a whole, very useful and an excellent addition. So, what we are ...
1
vote
1answer
556 views
How to Remove Certain Screen Options and Table Columns from post type in wp_list_table?
On the page where we list all posts made: example.domain.com/wp-admin/edit.php
There is a Screen Options tab in the upper right corner. Upon clicking this, a menu slides down. Contained within this ...
5
votes
2answers
2k views
How to Remove Certain Screen Options and Meta Boxes from add/edit post type?
Now, when you add or edit a particular post within your desired post type, there are more screen options as well. Although, these Screen Options are showing/hiding meta boxes. I would like to be able ...
3
votes
3answers
2k views
How to remove welcome screen and its screen option checkbox?
Clicking the screen options on dashboard, the drop down area has welcome checkbox. So even after hiding the welcome screen, if user chooses to display the welcome screen. It still shows.
Is there a ...
-1
votes
1answer
204 views
Screen Options? Where do you edit them? [closed]
I have a theme that have portfolio built in as a content type (similar to a page) and I'd like to use a custom field, but for some reason the Screen Option for custom field is gone.
Where do you edit ...
-1
votes
2answers
52 views
How can I automatically display reader's country of origin? [closed]
Can I automatically display which countries my readers are from? If so, how would this be accomplished?
0
votes
1answer
56 views
Sorting editor screen items
When new users log into our site they have to organize a number of screen options in order to begin creating custom fields and editing the site. I would like to force a specific order in which these ...
1
vote
1answer
325 views
'Show on screen' for custom taxonomies does not save
I have noticed that on the admin screen for viewing custom taxonomies that WordPress does not seem to save the 'show on screen' screen option. Upon changing it and clicking apply, the screen reloads ...
0
votes
3answers
173 views
how can display a post on home screen without images
When i post something with an image, its also displayed over homepage..
And my post has image some images inside the content of the post.. and I am not using any featured image..
How can we display ...
1
vote
1answer
157 views
Where did the screen options menu go?
Where did the screen options menu go? I can't seem to find it anywhere in the new "improved" admin interface.
Screenshots from the dashboard page:
1
vote
2answers
2k views
How to remove screen options and help links in the admin area?
I would like to remove screen options and help links in my admin area. How to remove that thing?.
This is what i want to be removed.
Thanks.
3
votes
3answers
575 views
Make item checked by default for all users in “Screen Options” pane
When you are in the dashboard, the options checked and unchecked in the "Screen Options" pane seem to me to be completely random and arbitrary and cause lots of confusion when something doesn't show ...
1
vote
0answers
701 views
Multiple columns in add/edit post/page? [closed]
If you go to the WP main Dashboard page, the screen options allow you to have 1-4 columns for the screen layout.
When you get to the Add/Edit Post/Page pages (/wp-admin/post-new.php and ...
0
votes
1answer
111 views
Issue with contextual help overwriting existing content
I'm missing something here:
function page_help($contextual_help, $screen_id, $screen) {
if ($screen_id == 'page') {
$contextual_help = '
<h5>Shortcodes</h5>
...
2
votes
2answers
4k views
How to activate “custom fields” section in WP3
This is probably a stupid question, but I am setting up a finnish Wordpress installation. The "custom fields" section in the "write post" section is gone; I gather it is hidden by default.
That is a ...