Add media button does not insert image in the editor
Add media button does not insert image in the editor
Add media button does not insert image in the editor
Issues with WordPress 3.9.6 media libraries on XAMPP
I think your software is not good solution for your problem. Use FileZilla to upload wp on a Server.
Custom upload directory for each file only for current plugin
You need to add the folder that your css is in, so it might look like this if your styles were in ‘css’: wp_enqueue_style( ‘parent-style’, get_template_directory_uri() . ‘/css/style.css’ );
Can i add flickr,imgur etc. up-loader for my WP upload media button?
Drag and Drop Media Not Working in Windows 10 Edge Browser
Your best bet is with a plugin such as WP Offload S3. It will take uploads to the media library and send them over to S3 and switch the URL to point to S3 for you. I have used this with a group of autoscaling servers and it has been working well.
I found the bug, it was because the host who had some new software on the server. Everything works now. Not easy to guess and find, lol.
Got it to work $temp_post = get_post($post_id); $user_id = $temp_post->post_author; $user_login = get_the_author_meta(‘user_login’,$user_id); echo $user_login;