Tagged Questions
0
votes
0answers
67 views
Make Add media button accessible to all in front end
I am trying to add an interface in which any user(including non logged in) can create a post from the front-end. I am able to bring the default wordpress editor to front-end using the wp_editor ...
1
vote
1answer
81 views
How to manipulate “add media” pop-up
Is there any way to add your own button next to "insert into post" button on the "add media" pop-up? I would like the button to add my own shortcode tags around the inserted image.
The desired ...
0
votes
1answer
25 views
Theming media inserts
When I Insert media into my post or page it's rendered as a normal link.
Would it be possible to somehow theme links that point to e.g. PDF or other file types?
0
votes
1answer
101 views
In creating a theme, how can i allow a user to change an image outside post/page content?
I'm creating a theme for a particular WordPress site. There's one spot in the sidebar that displays a photo. The user might want to change the photo once a week. He doesn't want to use FTP to upload ...
5
votes
2answers
3k views
Possible to “Attach” images to multiple posts without inserting or uploading twice?
How can I attach images to a post which have already been attached to other posts without having to upload them twice?
I don't want to insert the images into the post, I simply want to attach the ...