Title: venkatforphp's Replies | WordPress.org

---

# venkatforphp

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

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

 Search replies:

## Forum Replies Created

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

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Members - Membership & User Role Editor Plugin] Administrator also not having access to Woocommerce Setting links](https://wordpress.org/support/topic/administrator-also-not-having-access-to-woocommerce-setting-links/)
 *  Thread Starter [venkatforphp](https://wordpress.org/support/users/venkatforphp/)
 * (@venkatforphp)
 * [5 years, 6 months ago](https://wordpress.org/support/topic/administrator-also-not-having-access-to-woocommerce-setting-links/#post-13783002)
 * Hi [@caseproof](https://wordpress.org/support/users/caseproof/)
 * thanks for respond, Ya I didn’t touch anything on admin capabilities. Please 
   tell me need to change in Database.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [WooCommerce: remove related products info](https://wordpress.org/support/topic/woocommerce-remove-related-products-info/)
 *  [venkatforphp](https://wordpress.org/support/users/venkatforphp/)
 * (@venkatforphp)
 * [13 years, 8 months ago](https://wordpress.org/support/topic/woocommerce-remove-related-products-info/#post-2580901)
 * I think this is useful to you,
 * In woocommerce\templates\single-product\related.php page line no 29 like if (
   $products->have_posts() ) : ?>
 *  <div class=”related products”>
 *  <h2><?php _e(‘Related Products’, ‘woocommerce’); ?></h2>
 *  <ul class=”products”>
 *  <?php while ( $products->have_posts() ) : $products->the_post(); ?>
 *  <?php woocommerce_get_template_part( ‘content’, ‘product’ ); ?>
 *  <?php endwhile; // end of the loop. ?>
 *  </div>
 * <?php
    endif;
 * if you comment on this code(put before the code /* and end with */), then that
   related products are not displayed in single product page.

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