The tag has no wiki summary.

learn more… | top users | synonyms

0
votes
0answers
20 views

WP Logs me out after updating anything on dashboard

Not sure what is going on here but my live site kicks the admin out every time they change something in the dasboard. For instance when an admin updates a page the url looks like ...
0
votes
2answers
29 views

Create 3 buttons for new post for a different category

I am customizing the admin panel of WordPress. I have users with roles to only write to 3 categories. I would like to design 3 buttons or divs to create a new post but each one for a different ...
1
vote
1answer
30 views

Customize Welcome Panel Plugin

I am trying to create custom welcome panel in dashboard for WP and can't see where I went wrong. It's not allowing me to add html. function custom_welcome_panel() { $customwelcome_panel = ...
5
votes
1answer
67 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 ...
0
votes
1answer
20 views

Custom Role does not have access to dashboard

I was just adding a custom role by using the add_role() function. Here is the code below: add_role('user', 'User', array('read')); I figured this would give the same level of access as the ...
2
votes
1answer
50 views

How to minimize WP dashboard menu programmatically?

I'd like to programmatically (either with js or php, but I imagine it'd simpler with js) hide the dashboard admin menu using the same functionality that is already built in. All I want is, when the ...
-3
votes
1answer
32 views

Allow User Can See His Post on his dashboard

I want to allow user that Post option display on his dashboard. Where User's Can Show only his post. How I manage this. Please Help me.
0
votes
1answer
36 views

How to create a custom template to admin dashboard

I was trying to create a template to customize my WP admin dashboard, not only a css mod but a entirely renew to my customers. I've successfully created a page template for a custom login page, and ...
1
vote
2answers
98 views

Hide widgets/plugins from dashboard

I have two plugins in the dashboard, SEO Wordpress and Custom Content Type Manager, and for security reasons I want to hide these from dashboard. How to do that? I tried to hide the SEO Wordpress ...
10
votes
1answer
191 views

WordPress dashboard, viewing CPT results in 504

I created a custom post type with a custom taxonomy. I have about 1500 posts all of which are assigned to some sort of taxonomy term...some being assigned to 200+ terms. I noticed that from the ...
3
votes
2answers
63 views

Delete Custom Dashboard Widgets

Here is the code on how to delete all dashboard widgets - the default, and plugin widgets but I want to change the code to only delete custom dashboard widgets not the default ones. // Create the ...
0
votes
0answers
45 views

I need to create a dashboard widget with input field and will display the text as shortcodes in posts

Hi I need to make automated price updater of my learning materials (e-books, videos, posters etc.) and it's such a drag every time I need to change prices on them to open every single posts because ...
0
votes
2answers
82 views

Remove “Content” and “Discussion” from Right Now Dashboard Widget

How do I hide "Content" and "Discussion" element in the "Right Now" dashboard widget? Here's a screenshot:
0
votes
0answers
41 views

“Add to Menu” Button for Custom Menus Not Working [closed]

I am having an annoying problem. When I try to add a new page to a custom menu on my site, the little indicator graphic just keeps spinning and the process never completes. It seems from this search ...
0
votes
0answers
50 views

Admin editor word count doesn't work

At the bottom of the dashboard's page main editor I have : Word count: 0 Then : Notice: Trying to get property of non-object in /home4/my_site/public_html/wp-admin/edit-form-advanced.php ...
0
votes
1answer
36 views

Possible to enqueue scripts and CSS to Multisite Network dashboard?

Is it possible to enqueue scripts and css only to the Network Admin Dashboard? To edit the network admin menu, you have this hook: network_admin_menu, so I also tried network_admin_enqueue_scripts, ...
0
votes
2answers
139 views

Get all posts by post_author

I am creating a back-end dashboard where I need to show all the post assigned to current user by the wp admin. I assign user role to Author and while creating post (as a wp admin) just assign ...
0
votes
1answer
35 views

Restrict access to certain dashboard pages based on user id

I have a client who want's to be given admin access to the dashboard of the test installation of her website on my server. She hasn't paid me yet so I don't want her to be able to go into the themes ...
4
votes
1answer
195 views

show number of open comments on custom dashboard

On my custom dashboard, I want to show the number of total new comments (somehow like "right now"). Just like "You have ... open comments to take care of". So all I want is the total number not a list ...
1
vote
1answer
55 views

RSS dashboard widget not showing visuals

I am using a RSS feeds widget on my dashboard as shown in this Q&A. Problem is feeds doesn't show up any visual like images or videos. I verified this by looking raw feeds which I used. Here is a ...
0
votes
0answers
12 views

Dashboard pages not the pages dispayed on the actual site

I recently took on a new position editing an existing website using wordpress but the issue is that I have been unable to access the actual pages through the dashboard. It appears that the pages in ...
2
votes
2answers
100 views

Different rss feeds in a single dashboard widget

I am using this snip of code to get rss feed on my dashboard as widget. It becomes problematic when it displays 5-6 different rss feeds which makes me run down deep. How can I add 6 different feeds ...
0
votes
1answer
46 views

Allow certain part of a page to be easily updated for client?

My client has asked me to create an about me section which will include a picture, job title and description for each team member as floated elements. They also want it to be as easily updateable as ...
0
votes
3answers
112 views

How to redirect non admins to homepage if trying to view mysite.com/wp-admin/?

I want all my users (contributors and authors too) but the admin to be redirected to the homepage if they try to view mysite.com/wp-admin/. Contributors and Authors must be able to add and edit posts ...
0
votes
1answer
25 views

Where are the files that control the multisite user dashboard?

In multisite where are the files that control the dashboard for the multisite user admin? Also where are the files for the normal, standard, wordpress admin dashboard? I want to tweak the mu user ...
1
vote
2answers
450 views

How to disable or hide “collapse menu”

Is there a code in functions.php that I can add to disable or hide "collapse menu" button? The one that is on the left side of the admin menu in the dashboard. I'd need it for both admin, authors, ...
0
votes
1answer
63 views

Custom order categories in admin dashboard

everyone, is there way to order categories in add/edit post in admin dashboard. The problem is my order must be custom, not by Name or ID. For example: Rumors (id 5) News (id 1) Features (id 7) etc. ...
0
votes
2answers
361 views

Good solution for adding jQuery tabs anywhere within WordPress?

Is there any solution for using jQuery tabs within the native WordPress scripts? If you know of a way to get any method of jQuery tabs working on the frontend and the backend please share your ...
0
votes
0answers
46 views

Cant click on widgets and upload media anymore [closed]

Since a few days i cant click on some buttons in my dashboard. Like "upload media" "quickedit" drag widgets etc etc. i have version 3.5.1 i tried deactivating all plugins, tried it with different ...
1
vote
0answers
35 views

Continuous Login Sessions For Super Admins Across Multi-Site Network of Sites

I've looked around on WPSE, and WordPress.org and Google. Can't seem to find much information on this topic. Is it possible to enable continuous login sessions across all WordPress Multi-Site linked ...
0
votes
2answers
66 views

How to insert category list into post creation page, and retrieve chosen categories?

I would like to display the full list of categories on the Page creation page, so that the user can pick using checkboxes which category posts should appear on that page. I then need to retrieve ...
0
votes
0answers
57 views

Hovering Notification MessageBox that can't be dismissed [closed]

Hovering Notification Message Box that can't be dismissed. This hovering notification message box does not go away at all no matter how much I click the little Dismiss'x' New Feature: Toolbar ...
2
votes
2answers
125 views

Reorder dashboard widgets

I recently tried to reorder the dashboard widgets by writing a plugin. I accomplished this: with the following code: <?php /* * Plugin Name: Custom Dashboard * Description: Custom dashboard ...
0
votes
1answer
80 views

How can I make a custom post type that loops pages in a new dashboard page, each single page is a new dashboard page (all within the back-end)?

I've been wanting to make the most out of WordPress, to use it more and more like a CMS as it truly is a wonderful project. Out of all the CMS/Blogging webapps, WordPress wins in my book. I ...
1
vote
1answer
159 views

remove post and categories/tags count from right now dashboard widget

I know it is easily possible to add a post-type count for a custom post type to the right now dashboard widget. However I wonder if it is also possible to remove stuff from this widget. E.g. I ...
0
votes
1answer
144 views

send users logging in from wp-login.php directly to home page of site, rather than dashboard

I am currently using a plugin called Sidebar Login which allows users to bypass the dashboard and go directly to the site. However, when users login via /wp-login.php (e.g. when they click on their ...
0
votes
1answer
80 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
1answer
61 views

TinyMCE buttons broken

For some reason my TinyMCE buttons are completely misaligned and have the wrong background-position (See image below): I have attempted to download a fresh install of Wordpress 3.5 and replaced my ...
2
votes
1answer
99 views

How to use control_callback when creating a widget via functions.php or plugin?

I've created a dashboard widget in my functions.php file. I want to have it be able to update some stuff in the database upon form submittal. According to the codex documentation, I should be ...
0
votes
2answers
309 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' ...
0
votes
1answer
264 views

Cannot access dashboard after upgrading to 3.5

Fatal error: Call to undefined function get_taxonomies_for_attachments() in D:\hosting\10111755\html\wp-admin\menu.php on line 67
0
votes
0answers
66 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
114 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
254 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
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?

1 2 3 4