deepbevel on "User Submitted Posts Plugin"
hey wait, in the last code you posted you don't have <?php } }?> instead you have <?php } ?> fix it and try again. or keep working with the gallery code. the choice is yours
View Articledeepbevel on "User Submitted Posts Plugin"
If you stay with the gallery method you can change the thumbnail size in image settings.
View Articledeepbevel on "User Submitted Posts Plugin"
also, http://codex.wordpress.org/Gallery_Shortcode
View Articlebreakuppedia on "User Submitted Posts Plugin"
You mean like this? <?php echo do_shortcode('[gallery]'); }}?> The site went blank again, with only the header left
View Articledeepbevel on "User Submitted Posts Plugin"
no, I was talkiing about the original code, <?php global $wpdb; $query = "SELECT 'ID', 'guid' FROM '$wpdb->posts' WHERE 'post_type' = 'attachment' AND post_parent = '{$post->ID}'"; if...
View Articlebreakuppedia on "User Submitted Posts Plugin"
This is currently working for me <?php echo do_shortcode('[gallery size= large]'); ?> but just for us to learn. I'll try the old one with your fixes.
View Articlebreakuppedia on "User Submitted Posts Plugin"
nope. the old one didn't work with the }}!
View Articledeepbevel on "User Submitted Posts Plugin"
oh well, like I said I'd be shocked if I could improv that kind of code. Glad you have a fix.
View Articledeepbevel on "User Submitted Posts Plugin"
keep in mind, if users can add more than one image it will appear also, not sure how that will work for your layout.
View Articledeepbevel on "User Submitted Posts Plugin"
you can limit the number of images with this function: function get_random_gallery_images(){ global $wpdb,$post; $ids = ""; $counter = 0; $number_of_posts = 1; $args = array( 'post_type' =>...
View Articlebreakuppedia on "User Submitted Posts Plugin"
oh the plugin comes with a "for dummies" form for us to restrict number of images.
View Articlebreakuppedia on "User Submitted Posts Plugin"
If you're interested, I'm working on another problem here: http://wordpress.org/support/topic/runo-lite-move-title-of-post?replies=1
View Articlemc_nate on "[Plugin: MailChimp List Subscribe Form] How do I change color of...
Awww shucks. :) Happy to help!
View Article