peepntom
Forum Replies Created
-
Forum: Plugins
In reply to: [WP Gallery Custom Links] link large image of the galleryactually it was a easy task just adding some short code in the theme func and in the attachment.php case closed
Forum: Fixing WordPress
In reply to: Custom field in image attachment pagehttp://wordpress.org/support/topic/addcustomize-meta-fields-to-edit-media-attachment-screen?replies=10 popper is the man! works like a charm
Forum: Fixing WordPress
In reply to: Custom field in image attachment pageim trying to do the same thing! hahaha im playing with a plugin called advanced custom fields
Forum: Plugins
In reply to: [WP Gallery Custom Links] link large image of the galleryhow hard would it be just to add the field like the link url? attachment page right now i have a random url script when they click the pic it sends them to a random sponsor. i think advanced custom fields with do the trick
Forum: Plugins
In reply to: [WP Gallery Custom Links] link large image of the galleryit is on the attachment page file attachment.php
gallery images –> single pic –> full url to pic /uploads/mypic.jpg
Forum: Plugins
In reply to: [WP Gallery Custom Links] link large image of the galleryhow can i point it to the attachment image instead of the thumb? im looking through your code now
Forum: Plugins
In reply to: [WP Gallery Custom Links] link large image of the galleryhow would i insert the code?
to replace
<?php echo wp_get_attachment_url(); ?>ill play around see if i can get itForum: Plugins
In reply to: [WP Gallery Custom Links] link large image of the gallery<div class="attachment-image"><a href="<?php echo wp_get_attachment_url(); ?>"><img src="<?php echo wp_get_attachment_url(); ?>" alt="<?php the_title_attribute(); ?>" /></a></div>i want to change it so i can have a url when users click the pic not the full path to attached pic
Forum: Fixing WordPress
In reply to: Is there a way to disable the new Media Manager?you saved my bacon