I'm looking to find a way to integrate the widget control area into the page edit screen. For the site I'm making it would be perfect with the same drag and drop functionality.

I want a list of the available widgets that I can drag and drop into the page widget area. The widgets will then only be shown on that particular page.

I've looked through the wp-admin/widgets.php file and tried to use some code from there. I even tried just including widgets.php at the end of the post.php (which is basically what I want, but of course gave me funny results). Please don't suggest plug-ins like Widget Context or Widget Logic. Those are my fallback if I cant do this :)

So I would like ideas and/or input on how to accomplish this. Preferably I'd like to do it in the functions.php file, or in a plug-in.

Edit: I'm still interested in this. Just a theoretical description on how to do this would be awesome :)

link|improve this question

feedback

1 Answer

up vote 1 down vote accepted

Let me apologize in advance, I don't have an answer for you but I do have a plugin suggestion that may be a better fall back than Widget Context or Widget Logic (this one lets you add the widget content from the "post edit" screen):

http://wordpress.org/extend/plugins/my-snippets/

link|improve this answer
Thanks for the input. I've played around with that before. Nice plugin. But I need multiple widgets on the page edit screen. – Weboholic Mar 30 '10 at 8:56
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.