Posted: Sat Dec 06, 2008 11:56 am
Congrats, it was worth the pain
This would need the header plugin I think.
Well you could inject into your headerpcp20us wrote:How can i remove the meta box in the side bar, i read that it is hardcoded. the problem is i do not have access to the sdy files??
Code: Select all
<style>
#meta {
display:none;
}
</style>