1 bit audio player

The 1 bit audio player (WordPress Plugin) hasn’t been updated for a long time and according to it’s own information, it is compatible up to WordPress 2.5 (WordPress Codex) only. I assume that it’s just not working with your WordPress version, so you need to find a working plugin first.

add JS to multiple plugin admin pages

It would be easiest to run some conditional logic on $parent_file inside a callback hooked onto admin_print_scripts, and would go a little something like this.. add_action( ‘admin_print_scripts’, ‘possibly_enqueue_script’ ); function possibly_enqueue_script() { global $parent_file; if( ‘my-slug’ == $parent_file ) wp_enqueue_script( … your enqueue args .. ); } You’ll need to replace my-slug with the handle … Read more

Make wordpress generate a custom XML file(not a sitemap) that is updated only when new content is posted?

Hmm… not sure if there are any WordPress-specific functions for creating files. There’s wp_handle_upload, but I’m not sure how you’d use it in this context. Depending on your server configuration, you can probably just use fopen and fwrite to do this. Keep the code you’re currently using (with your custom loops…I’m assuming they contain the … Read more

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