Title: Trek's Replies | WordPress.org

---

# Trek

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

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

 Search replies:

## Forum Replies Created

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

 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Problems with template](https://wordpress.org/support/topic/problems-with-template-1/)
 *  Thread Starter [Trek](https://wordpress.org/support/users/trek/)
 * (@trek)
 * [13 years, 3 months ago](https://wordpress.org/support/topic/problems-with-template-1/#post-3492123)
 * I’m trying to change the look of the product page template, so it would be simple
   as possible and still work.
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Problems with template](https://wordpress.org/support/topic/problems-with-template-1/)
 *  Thread Starter [Trek](https://wordpress.org/support/users/trek/)
 * (@trek)
 * [13 years, 3 months ago](https://wordpress.org/support/topic/problems-with-template-1/#post-3492084)
 * I’m not allowed to. Because the rest of the pages need to stay the same. But 
   thanks for your try.
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Problems with template](https://wordpress.org/support/topic/problems-with-template-1/)
 *  Thread Starter [Trek](https://wordpress.org/support/users/trek/)
 * (@trek)
 * [13 years, 3 months ago](https://wordpress.org/support/topic/problems-with-template-1/#post-3492078)
 * The theme is only built for this website. It uses advanced custom fields plugin.
   I want to use the product page space without restrictions(for example use tables
   to organize my pictures and text). At the moment I can only put picture to the
   left side as featured image and description text of the product to the right 
   side.
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Problems with template](https://wordpress.org/support/topic/problems-with-template-1/)
 *  Thread Starter [Trek](https://wordpress.org/support/users/trek/)
 * (@trek)
 * [13 years, 3 months ago](https://wordpress.org/support/topic/problems-with-template-1/#post-3492030)
 * Oh ok.
 *     ```
       <div class="product">
       <div class="product-picture">
       <?php $thumbnail = get_the_post_thumbnail($post->ID, array(380,400), array(
       'alt' => $post->post_title,
       'title' => $post->post_title,
       )); ?>
       <?php if($thumbnail) : ?>
       <?php echo $thumbnail; ?>
       <?php endif; ?>
       </div>
       <div class="product-text">
       <h1><?php the_title(); ?></h1>
       <?php the_content(); ?>
       <div class="ingredients">
       <?php echo get_field('product_ingredients'); ?>
       </div>
       <?php edit_post_link( __('Edit'), '<div class="edit-link">', '</div>' ); ?>
       </div>
   
       <div class="clear"></div>
       </div>
       ```
   

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