I cannot include a file in my plugin settings page

Most likely the file cannot be found, I’m assuming the file you’re trying to include is located in your theme folder, in that case you should use: require_once( TEMPLATEPATH . ‘/file.php’); TEMPLATEPATH will return something like this: /home/user/httdocs/wp-content/themes/twentyeleven. Worst case scenario you’ll find a Fatal Error, but that’ll help to find the problem.

Admin menu success message

See the top answer on this Stackoverflow question. Basically you need to use: decodeURI((RegExp(name + ‘=’ + ‘(.+?)(&|$)’).exec(location.search)||[,null])[1]); Get URL parameter with jQuery

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

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