wp-admin blocking causing http error on uploads

Works on my side. Try disabling your plugins and test again. Btw. You could use admin_init instead of the init action hook. This way, the snippet will only be executed on admin requests. This way, you can remove the is_admin() check in the function.

WordPress menu to change page title

@Michael is right using wp_nav_menu() is the easiest route to go for this. If your menu (with your server problems) is only allowing to show 100 items you could consider splitting it up in to two menus. Using wp_nav_menu() is the easiest way to go and creating two menus using the label atribute is equally … Read more

WordPress admin section appears broken

In your screenshot I can see at least 3 menu items that were added by a plugin. Standard practice when WP breaks after an update is to: Disable all plugins (You can rename the /wp-content/plugins directory to turn them all off at once). Revert to the default (TwentyEleven) theme Then you can re-enable your plugins … Read more

Add custom fields to a page template, admin side

You can do this via JavaScript rather easily. Here are the steps you need to take. I’ve created a sample (untested) script below as a proof-of-concept for you. Register your meta box add_action(‘add_meta_boxes’, ‘foo_page_template_meta_box’); function foo_page_template_meta_box(){ add_meta_box( ‘foo_page_template_options’, __(‘Foo Page Template Options’), ‘foo_page_template_options’, ‘page’ ); } function foo_page_template_options(){ //Your custom field form goes here } … Read more

Contextual help in wp-admin for non admins

The contextual help code doesn’t make any discrimination on user-level by default. If you can see the page, the contextual help is there too. Are you using some custom code, and hiding the help stuff behind a level check, by chance? More information than what you have provided is needed.

WordPress admin right sidebar isn’t working

I saw this with an older version of WordPress. I have not seen it with more recent updates. You fix is to update, honestly. This should be the least of your reasons to do so. Without updating, the only way I was able to sort it out was by editing the (if I remember correctly) … Read more

Hata!: SQLSTATE[HY000] [1045] Access denied for user 'divattrend_liink'@'localhost' (using password: YES)