Tagged Questions
1
vote
1answer
52 views
How to check if upload window came from the featured image link?
I need to verify if the media-upload screen came from a click on the "feature image link" on the admin screen. How can i do it?
I've already change the way the uploader works , but I need to check ...
5
votes
1answer
748 views
Uploading Images in the Link Manager
In /wordpress/wp-admin/link-add.php there is the possibility to add an image to a link, but it belongs to the category "Advanced" and is really a little too advanced for an average user, which needs ...
1
vote
1answer
370 views
Get Stylesheet To Showup in WP Admin Panel Editor
So I have a css file that is called blue.css and a universal one called style.css I have a few css colors inside a /css folder. How do I get all those css files to show up in my Admin panel editor?
0
votes
1answer
209 views
Change maxlength of link_description in dashbord link section?
Im using wordpress together with qtranslate and it works on pages and post but not in menus, widgets etc. So i created jquery scripts to solve those issues. The problem is that the field ...
4
votes
5answers
4k views
Disable image attachment links
Is there a way to disable image attachment links trought a filter in functions.php or something ? I know it's possible to do it manually when you add an image to a post but I want to disable this ...