The dashboard tag has no wiki summary.
0
votes
1answer
76 views
How WP decide to show or not to show in admin panel the pop-up window with hint? Need a fix
To all newcommers the WP3.5 show the floating hint about new abilities of 3.5 version placed on top left coner of screen saying:
We’ve combined the admin bar and the old Dashboard header into ...
1
vote
1answer
78 views
How to create a dashboard widget for one user
I will start by warning you that my programming skill is limited.
I need to create a dashboard widget that will display in the WP dashboard for the users with the user_id=21.
So far I have tried the ...
0
votes
2answers
302 views
Show Welcome Panel on Dashboard for every user
I have customised the welcome panel on the dashboard for users with information in. I then hid the "Dismiss" button and added CSS to make the welcome panel always visible. Using the 'welcome_panel' ...
5
votes
3answers
2k views
Adding Custom Post Type Counts to the Dashboard
The dashboard conveniently tells me how many posts, pages, and comments I have. I would like it to tell me how many articles, videos and cartoons I have too (three custom post types registered with my ...
-3
votes
4answers
2k views
Wordpress Dashboard Incoming Links Error
Hy all!
I have a problem with the Wordpress Dashboard - the Incoming Links are not working. I only get "A feed could not be found at ...
0
votes
0answers
63 views
Child Menu Not Appear in Dashboard [closed]
everyone!
Yesterday I updated my WordPress site and suddenly child menus in dashboard don't appear when I hover to the main menu. Like this one in "Posts."
image here: 1
I updated using automatic ...
2
votes
0answers
86 views
theme editor not showing correct index.php
I've run into a weird issue. Not a big deal, but i'm curious about the cause.
I was making a small edit to a site built by someone else; it was also temporary, so I was just using the built-in theme ...
6
votes
2answers
113 views
alphabetically order role drop-down selection in dashboard
The site I'm working on will have a very large number of unique user roles via a members plugin. Because of that, I'd like to have the Role drop-down selection on the Add New User page to display ...
0
votes
1answer
48 views
load-* hook for dashboard
I'm trying to add a screen option to the dashboard screen.
I have a function like:
my_function() {
...
add_screen_option()
...
}
Now, I need to know the correct action hook $hook to ...
-2
votes
1answer
55 views
Show dashboard bar on website when logged in [closed]
Currently when I am logged into my Wordpress dashboard I have an admin bar at the top of the page, when I view the site, I am no longer able to see the dashboard and make changes to the page. The ...
0
votes
1answer
244 views
How to Remove ALL Widgets from Dashboard?
I'm looking for a complete blank Dashboard. No widgets at all and preferably one column.
There are snippets to remove the default WordPress widgets, but haven't found nothing about the ones added ...
1
vote
2answers
403 views
wp-admin does not redirect to dashboard
I have a weird problem, which I could not solve yet. I installed wordpress 3.4.1 and made an own template. I use one plugin - qTranslate. Everything is fine on my local copy and also on my dev copy ...
1
vote
1answer
46 views
Does the 3.4.2 Dashboard have Chrome Frame headers?
A quick google search for "Wordpress Dashboard Chrome Frame" seems to indicate that 3.2 and up integrate Google Chrome Frame is included in the Dashboard, but I haven't been able to find anything ...
0
votes
0answers
37 views
getting rid of some buttons in wp dashboard [closed]
I cannot seem to figure out how to get rid of following buttons ->
I tried this:
$wp_admin_bar->remove_node('comments');
$wp_admin_bar->remove_node('new-content');
any ideas?
0
votes
1answer
131 views
Can't access dashboard, connection times out (other pages work fine)
I have a multisite Wordpress installation with 2 blogs, on different domains. One of them works fine, but I just realized that for the other, I can't access the admin area. I can log in, but when ...
0
votes
2answers
798 views
Remove theme, change theme button and WP version on “Right Now” admin dashboard?
I am looking for a way to remove theme, change theme button and WP version from the "right now" admin dashboard, but using only functions. Any help?
1
vote
1answer
501 views
Hooking into add_submenu_page
Ever come across a plugin that is using the manage_options capability for a page that... really doesn't need to be? Well, I've come across just that.
This may be more of a general question about ...
1
vote
3answers
1k views
Make sub menu items a main link in the admin menu using fuctions.php
I am trying to customize the admin area using the functions.php file to make things easier for my clients. One request I have got before and hope to be able to accomplish, is to move some of the sub ...
4
votes
2answers
3k views
3.3: How do you hide the new dashboard welcome panel?
I have tried various versions of this here:
unset($wp_meta_boxes['dashboard']['normal']['high']['dashboard_wp_welcome_panel']);
...
2
votes
1answer
494 views
Frontend editing, Frontend user dashboard
I am creating a website so that users can submit their articles from the front end. I have quite a few things set up:
The ability to submit custom post types from the front end
Blocked from the ...
1
vote
1answer
95 views
Dashboard widget custom positioning?
I cannot figure out how to arrange my custom widgets one left and one right.
I'm using this code to create custom widgets:
//Add my comments. Shows user his last 5 comments
function ...
1
vote
1answer
224 views
WordPress dashboard is slooow. Front end is fast
Every aspect of my dashboard is slow--it can take 30-60 seconds to get a list of pages, or to updated a post. Yet, the front end is fast.
I checked all the plugins--no problem there. I deactivated ...
5
votes
1answer
201 views
Hide php Notices in Dashboard
When I program a theme, I put WP-DEBUG on. Which ensure a proper PHP code.
Sadly most Plugin developers keeps using non existing vars :
echo $args['title'];
Notice: Undefined index: title in ...
0
votes
4answers
176 views
“Discussion” checkboxes unchecked by default on pages? [duplicate]
Possible Duplicate:
setting comments off as default for pages and custom post types?
When I create a new page, I want these two checkboxes (from the "Discussion" meta box) to appear ...
0
votes
3answers
205 views
Grabbing how many posts by month for a dashboard widget
I am trying to develop a dashboard widget that counts posts or post types by month. I am really not sure how to go about doing this.
I know how to create a dashboard widget and all that with post ...
1
vote
1answer
114 views
display URL or permalink instead of page title in dashboard
Is there a way to display the page url or permalink instead of the page title on
example.com/wp-admin/edit.php?post_type=page
I am doing some A/B testing and some pages have the same title, but a ...
1
vote
1answer
204 views
WordPress' ALL post count info on its dashboard does not match phpMyAdmin's ALL post count!
While phpmyadmin's wp_posts table reports something like this
Showing rows 0 - 29 (10,223 total, Query took 0.0022 sec)
SQL query:
SELECT * FROM `wp_posts` LIMIT 0 , 30
Wordpress's dashboard ...
0
votes
2answers
234 views
How to change the title of a Meta Box on a specified Custom Post Type? [duplicate]
Possible Duplicate:
Change The Title Of a Meta Box
Is it possible to change the title of a Meta Box on a specific Custom Post Type add or edit page?
For example, if I'm viewing the post ...
2
votes
1answer
324 views
How to change the default home page for the WordPress Dashboard?
Is it possible to change the Default "Home" admin page when logging into the WordPress Dashboard?
I thought about a couple of possibilities...
Substitute the content on the Dashboard home page ...
1
vote
1answer
90 views
Inserting images in multiple posts native gallery
I am trying to find a solution to a problem that Wordpress seems to lack.
Here is a scenario:
I have uploaded images to a post using the native gallery to display the images. These images then ...
3
votes
1answer
340 views
Localhost load-scripts.php Error 500 in Dashboard [closed]
I cloned a remote site on my local MAMP. I fixed pretty much all isues like permission issues and timthumb cache issue used by my Woothemes Fresh News theme. The only issue now is that the backend is ...
0
votes
1answer
198 views
Adding link to dashboard sidebar, nested under custom post type
I hope there is an easy answer for this, as it doesn't seem like it should be difficult and could make my backend much easier for other's to use.
I'm trying to add links to custom post types - that ...
1
vote
1answer
40 views
Avoid updating post when sending POST or GET request to post.php
I've created a Plugin which adds a new meta-box on the post.php dashboard page, containing a form. Whenever a POST request is submitted from that form, I would like to save some post meta-data.
I ...
1
vote
1answer
62 views
Modifying the built-in behavior of ajax tag type-ahead functionality of WordPress
Currently, it takes 3 characters to be entered into the tags, before WordPress can start suggesting matching tags.
Where do I make it so it instantly starts those suggestions?
I've got a 100's of ...
0
votes
0answers
55 views
after activating plugin dashboard isn't working (blank page) [closed]
After I activated the meenews plugin the plugin-page is gone and so is the dashboard. I get blank pages there. On the frontend things (includig meenews) still work fine.
When I remove the plugin via ...
0
votes
1answer
84 views
Execute PHP function inside the admin area
I want to ask if there is a hook for executing php inside the admin area, my problem is I'm trying to do the get_posts wordpress function inside a popup frame using the thickbox jQuery plugin, using ...
2
votes
1answer
254 views
How to manually activate user in dashboard only by admin
I'm looking for a function that allows admins (only) to activate new users. When a user registers he have to be approved by the admin before he gets access to log in.
Does anyone know how I can do ...
0
votes
1answer
112 views
Add number of members to “Right Now” dashboard widget
Problem
I have this code in functions.php but it does not output the total number of members (something is wrong with it it breaks the site) in my "Right Now" dashboard. Is there a way to fix it?
...
1
vote
1answer
742 views
How to Make a Custom Dashboard Widget to Display Custom Notification from Admin?
I am looking for a way to achieve the following:
A group of users 'students'
They login to the site
Each student can see a 'Custom Dashboard Widget(s)'
Each widget will carry a personal message ...
1
vote
1answer
187 views
Custom User Field in Dashboard Widget
I checked justin tadlocks custom profile field tutorial and wanted to add the field in the custom dashboard widget but it seems it's not working. I want to show all the user information in this ...
-1
votes
1answer
491 views
Custom Fields on User Dashboard?
I was thinking about either getting a plugin or shortcode to create custom field that shows on user and allows admin to change them and edit the information, not users.
For example, if we have wp ...
0
votes
1answer
44 views
Create dashboard setting which lets me set ID of category which is inserted into template
Part of a function i'm using in my single.php page is
$myposts = get_posts(array('numberposts' => 10, 'offset' => 0,'post_status'=>'publish','category' => 32));
I need to make the number ...
0
votes
2answers
70 views
how do you prevent showing a particular category on the admin dashboard for specific user roles?
I'd like to prevent the "Featured" category from appearing for certain user roles. To be specific, I want only the admins and editors to be able to see and thus select or unselect that category. ...
3
votes
2answers
67 views
How to develop a community feature in the dashboard for multiauthor site
I run a Wordpress site that has more than 300 authors. Is it possible to create some type of community in the backend (dashboard)? Ideally, a space where the authors can discuss with each other in a ...
2
votes
0answers
68 views
add widgets to dashboard for easy access for clients?
I have a widget created:
if ( function_exists('register_sidebar') )
register_sidebar(array(
'name' => 'Featured Video',
'before_widget' => '',
'after_widget' => '',
...
0
votes
1answer
339 views
Custom dashboard widget search box
I'd like to create a custom dashboard widget that contains the search box from the posts edit screen.
I know how to create the dashboard widget and how to display it, but I don't know how can I place ...
0
votes
1answer
139 views
Wp backend page content not showing, but actual page is fine
I'm having a little problem where, well long story short, i get told to "fix" a WordPress gallery etc...be it add/remove images or whatever but when i log in and go to that page, be it in "visual" or ...
3
votes
3answers
327 views
Dashboard says “no posts found” even though there are some posts
I have a weird bug on the dashboard: the dashboard says there are a total of 3 posts, but the list is empty and says "No posts found" (see image below)
It's a fresh install on a shared Windows ...
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 ...
0
votes
1answer
238 views
How do I create a section in the dashboard w/ an input field
I want to create an input field in the dashboard where I can put in links or text which will update a section I define on the actual website. I know I can just edit the template but I want to make ...