The dashboard tag has no wiki summary.
0
votes
2answers
46 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 ...
0
votes
2answers
187 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 ...
1
vote
1answer
87 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 ...
1
vote
1answer
64 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
1answer
31 views
The Admin Dashboard Div
How can I style and add new divs in the admin dashboard area inside of the wpbody div under the Dashboard Tab? I would like to insert a new div in the wpbody div...
0
votes
1answer
53 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 ...
0
votes
1answer
87 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
48 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 ...
-1
votes
1answer
7 views
Show custom messages on dashboard menu page
How can add custom helper message on dashboard menu page.
Say i want to add some message in "Users" menu page.
Thanks in advance to all experts bro...
-2
votes
1answer
26 views
How to upload and add images to the existing post from the front-end with admin approval which is posted by other user
I want, by admin approval, that a logged in user can upload a image and add to the post which is posted by other user. He should add the image to the post from the Front-End.
2
votes
0answers
32 views
Storing custom dashboard widget options in wordpress
I am using the Codex example to build a custom widget. The specific example seems to be working fine until you click configure and change options values. After you click submit, changes are not saved. ...
2
votes
0answers
92 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 ...
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' => '',
...
1
vote
0answers
38 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
0answers
20 views
add_menu_page does not load styles
I want to add a top level link to the theme settings page in the WordPress dashboard menu. If I use the add_theme_page function, then it works correctly, but if I add the link to the dashboard menu, ...
0
votes
0answers
33 views
How to override the user dashboard
I wanted to know if it is possible to completely override wordpress user dashboard.
I want to delete the upper bar when logging in ("the grey bar at the
top"), and only take user to the original ...
0
votes
0answers
32 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
0answers
51 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
0answers
69 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
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 ...