Alternative way to customize dashboard top
-
I’m trying to customize my dashboard top so that it shows some menus and description, and some manual links.
I removed all the default widgets and add in my own one, that’s alright but there are 2 problems.
-
wp_add_dashboard_widget('original_widget_1', 'TITLE', 'original_widget_1_function');
the TITLE could not be blank.
- The widget size is 50% of the whole contents width. I have only one widget and i wanna make it 100%
Anyone can give me some advice to fix these?
And another question is, is there any other ways to customize my dashboard top besides using widget?
Let’s say just write a HTML page for it, and make dashboard shows it.Thank you.
-
- The topic ‘Alternative way to customize dashboard top’ is closed to new replies.