![]() |
My question [[LINK href="http://wpquestions.com/question/show/id/460"]]from here[[/LINK]] did not give me a proper suggestion, so i might start over again and hope for a good call from you!
I looked around a little bit and i was wondering if this theory could work in practice:
Want i basically wanted to do was to have the post-new.php and the user-edit.php pages surrounded by my themes header, sidebar and footer.
But when i f.e. change this:
into this: i get a lot of call to undefined functions. How can this work? Solution - 1as i understand you want something like this? Solution - 2You can't do that, or anything similar. Admin side is very different from front end, and you can't just mix them. There is no plugin that can help you, or theme that already has that implemented, because it can't be done. The only way to do it is to write it from scratch, and code everything needed from back end into front end, and that is very, very complicated to do. TDO MiniForms plugin can be used to add new post into front end, but it's very limited compared to real back end and implements only some of the post features. Solution - 3The other route that you were going down is far more doable than this one, I'm afraid. Short of tearing the whole admin template system apart and redoing it, you can't reuse the fronted components on the backend - wordpress is just too single-mindedly built for that, not modular at all. The suggestions made in the other thread were actually pretty good. What you're asking for is something that requires a *very* significant change to the base behavior, so getting familiar with the intimacies of plugins & templates is a must. No offense, but if that other stuff was over your head, you might need to hire someone to do it for you - and that's a lot more than $8 worth of work. ;) Solution - 4Here is a tutorial on how to customize the backend of Wordpress. It should get you started. http://www.1stwebdesigner.com/wordpress/customize-your-wordpress-backend-for-personal-branding/ |
Wordpress |
Type: | Code Example |
Category: | Coding |
Sub Category: | Code Example |
Uploaded by: | Admin |
Views: | 6 |