Tagged Questions
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
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 ...
1
vote
1answer
95 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 ...
1
vote
1answer
253 views
Reset positions of metaboxes in admin
I am writing a theme and in it I have a function which creates two metaboxes. The forth parameter of the "add_meta_box()" function I used can be set to ( high, core, default or low). I want the boxes ...
1
vote
3answers
2k views
Remove “You are using Wordpress 3.2.1” from Right Now Dashboard Widget
I'm looking for a to hide the text on the dashboard that says "You are using WordPress 3.2.1" in the Right Now widget. Not that we don't love WordPress, but for our use-case (where we'll be providing ...
1
vote
3answers
175 views
Disable dashboard drag&drop
I need to disable drag&drop functionality for dashboard widgets.
This should be realized with jquery, just as it is for the dashboard_browser_nag. I'm no jquery expert - so can anybody tell me ...
1
vote
1answer
319 views
Easy lightbox effect inside of dashboard widget
I've got a dashboard widget that pulls from an RSS feed on my central server and allows anyone using my theme to see newly available skins.
Using the dashboard widget, I'm currently presenting a ...