The tag has no wiki summary.

learn more… | top users | synonyms

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
134 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 ...
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 ...
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
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 ...
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 ...
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 ...
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 ...
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 ...
0
votes
0answers
65 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 ...
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
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 ...
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
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 ...
0
votes
1answer
165 views

Create wordpress dashboard metabox which spans all columns

Is it possible to create a wordpress dashboard plugin that will span all the columns that the user has chosen to display? I know how to force the user to only display one column but I would rather ...
0
votes
1answer
83 views

empty dashboard for custom role

I setup a custom post type employee with an agent role that mimics an author role for this particular post type, and so far everything is working fine, except that when I created a test user and ...
0
votes
1answer
101 views

Why can I not access the admin panel after changing the table prefix? [closed]

I was following this tutorial on how to change my WordPress table prefix, but now I can not access to WordPress admin panel , when I try to go to www.mysite.com/wp-admin and enter my username and ...
0
votes
2answers
256 views

Dashboard Contact Form

Is there a way to make a dashboard contact form widget? I just simply want to have it there so users can give feedback directly from their dashboard.
0
votes
1answer
214 views

Taxonomies not showing in WP Dashboard Right Now widget

For some time I've been using this code snippet adding both custom post types and custom taxonomies to the WP Dashboard Right Now widget: function dashboard_right_now_content_table_end() { $args ...
0
votes
1answer
335 views

Creating / Editing a post from within site template

I am developing a website that will allow multiple users to author short posts (Kind of like a job board) and I want to know how they can author or edit these posts from within the site template (Ie; ...
0
votes
2answers
806 views

Extending the user profile

Is there any way that developing a Wordpress admin panel like this would be possible? http://deanelliott.me/wp-content/uploads/account-backend.jpg My client wants it to be displayed within the ...
0
votes
1answer
266 views

Catchable fatal error in appcloud free theme by Tokokoo

I have been attempting to make this theme work, Kelontong by Tokokoo, as seen here : http://stylishwebdesigner.com/6-free-wordpress-ecommerce-themes-to-create-an-online- ...
0
votes
1answer
308 views

How to get override the WP Admin Syndication feed limit for a custom feed?

I need to override the setting in the WP Admin for the number of recent posts in the Syndication settings under General -> Admin. I'm using the following code, which gets all posts, but I don't need ...
-1
votes
2answers
79 views

Google adsense stats plugin? [closed]

Does anyone know if there's a WP plugin that shows you stats about your ads (like clicks, earnings, etc) ? I've been looking around and most plugins I've found only let's you manage the actual ad ...
-1
votes
1answer
495 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 ...
-1
votes
1answer
164 views

Remove the 'Press This' Tool

Is there anyway to remove the 'Press This' tool from WordPress for all users? Thanks!
-1
votes
1answer
94 views

Editing wordpress dashboard

I've almost edited dashboard of wordpress but now i'm confused with sidebar I can't find page where appereance, posts, comments, settings etc etc. Can anyone know where i can find codes of that ...
-2
votes
2answers
331 views

Whole right area of wordpress admin dashboard not showing

Whole right area of Wordpress admin dashboard not showing... WP version is 2.7.1 What could be the reason? It was working before.
-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 ...
-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.
-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 ...

1 2 3 4