[wp-hackers] changing layout of add & edit custom post
Tom Penney
tpenney at gmail.com
Fri May 21 14:42:28 UTC 2010
I'm working on a classified ad plug-in using custom post type and my
own taxonomy & meta boxes.
I'm currently using the default ui for adding posts and taxonomy but I
would like to move things around. For example id like to move the
Taxonomy ui between the title and the post-area. Whats the best way to
do this?
I can bulldog stuff around with jquery but this does not seem like the
best thing to be doing
$('#titlediv').after($('#my-taxonmy-div').detach());
- Tom
More information about the wp-hackers
mailing list