Title: bigship's Replies | WordPress.org

---

# bigship

  [  ](https://wordpress.org/support/users/bigship/)

 *   [Profile](https://wordpress.org/support/users/bigship/)
 *   [Topics Started](https://wordpress.org/support/users/bigship/topics/)
 *   [Replies Created](https://wordpress.org/support/users/bigship/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/bigship/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/bigship/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/bigship/engagements/)
 *   [Favorites](https://wordpress.org/support/users/bigship/favorites/)

 Search replies:

## Forum Replies Created

Viewing 7 replies - 1 through 7 (of 7 total)

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WP Simple Galleries] Show first uploaded image inside post loop?](https://wordpress.org/support/topic/show-first-uploaded-image-inside-post-loop/)
 *  Thread Starter [bigship](https://wordpress.org/support/users/bigship/)
 * (@bigship)
 * [11 years, 8 months ago](https://wordpress.org/support/topic/show-first-uploaded-image-inside-post-loop/#post-5352245)
 * finally i’ve done it 🙂
 * <?php
 *  $post_id = $post->ID;
    $gallery = get_post_meta($post_id, ‘wpsimplegallery_gallery’,
   true);
 *  $image = wp_get_attachment_image_src($gallery[0]);
    echo “<img src=\””.$image[
   0].”\”>”;
 * ?>
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WP Simple Galleries] Show first uploaded image inside post loop?](https://wordpress.org/support/topic/show-first-uploaded-image-inside-post-loop/)
 *  Thread Starter [bigship](https://wordpress.org/support/users/bigship/)
 * (@bigship)
 * [11 years, 8 months ago](https://wordpress.org/support/topic/show-first-uploaded-image-inside-post-loop/#post-5352159)
 * i’ve tried with this but doesn’t work
 * <?php if ( get_post_meta( get_the_ID(), ‘wpsimplegallery_gallery’, true ) ) :?
   >
    ” rel=”bookmark”> <img class=”thumb” src=”<?php echo get_post_meta( get_the_ID(),‘
   wpsimplegallery_gallery’, true ); ?>” alt=”<?php the_title(); ?>” />  <?php endif;?
   >
 * It returns array even if “true” specified 🙁
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WooCommerce Bulk Discount] bulk discount only work with default language](https://wordpress.org/support/topic/bulk-discount-only-work-with-default-language/)
 *  Thread Starter [bigship](https://wordpress.org/support/users/bigship/)
 * (@bigship)
 * [12 years, 5 months ago](https://wordpress.org/support/topic/bulk-discount-only-work-with-default-language/#post-4501577)
 * Any news from admin?
    furlan3 please update me if you are able to resolve. thanks
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WooCommerce] product data tab not showing](https://wordpress.org/support/topic/product-data-tab-not-showing/)
 *  Thread Starter [bigship](https://wordpress.org/support/users/bigship/)
 * (@bigship)
 * [12 years, 6 months ago](https://wordpress.org/support/topic/product-data-tab-not-showing/#post-4396596)
 * solved! It was a matter of CSRF_TOKEN.
    It is an apache mod_security set up to
   prevent CSRF attack. It queues a token “get” variable on every url and this causes
   problem to some wordpress plugins and themes.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WooCommerce] product data tab not showing](https://wordpress.org/support/topic/product-data-tab-not-showing/)
 *  Thread Starter [bigship](https://wordpress.org/support/users/bigship/)
 * (@bigship)
 * [12 years, 6 months ago](https://wordpress.org/support/topic/product-data-tab-not-showing/#post-4396573)
 * thanks for reply
    same issue for every tab, nothing is displayed
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[White Label CMS] Change Editors to Contributor](https://wordpress.org/support/topic/change-editors-to-contributor/)
 *  Thread Starter [bigship](https://wordpress.org/support/users/bigship/)
 * (@bigship)
 * [12 years, 8 months ago](https://wordpress.org/support/topic/change-editors-to-contributor/#post-4200024)
 * thansk for reply, i have used [memebers plugin](http://wordpress.org/plugins/members/)
   this to achive what i was looking for.
    But anyway still looking if this would
   be possible tweaking white label!
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Jazzy Forms] Load blog articles titles as drop down option](https://wordpress.org/support/topic/load-blog-articles-titles-as-drop-down-option/)
 *  Thread Starter [bigship](https://wordpress.org/support/users/bigship/)
 * (@bigship)
 * [13 years ago](https://wordpress.org/support/topic/load-blog-articles-titles-as-drop-down-option/#post-3800956)
 * well at least someone with an hint on how this could be done?
    thanks

Viewing 7 replies - 1 through 7 (of 7 total)