Title: offzinho's Replies | WordPress.org

---

# offzinho

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

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

 Search replies:

## Forum Replies Created

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

 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[The Computer Repair] Post-Single/pagenot add List](https://wordpress.org/support/topic/post-single-pagenot-add-list/)
 *  Thread Starter [offzinho](https://wordpress.org/support/users/offzinho/)
 * (@offzinho)
 * [6 years, 8 months ago](https://wordpress.org/support/topic/post-single-pagenot-add-list/#post-11861375)
 *     ```
       <?php
       /**
        * The template part for displaying page content
        *
        * @package The Computer Repair
        * @subpackage the-computer-repair
        * @since the-computer-repair 1.0
        */
       ?>
   
       <div id="content-vw">
         <?php if(has_post_thumbnail()) {?>
           <img class="page-image" src="<?php the_post_thumbnail_url('full'); ?>">
           <hr>
         <?php }?>
         <h1><?php the_title();?></h1>
         <?php the_content();?>
         <?php
             // If comments are open or we have at least one comment, load up the comment template.
             if ( comments_open() || get_comments_number() ) :
                comments_template();
             endif;
         ?>
         <div class="clearfix"></div>
       </div>
       ```
   
 * It only worked here if I change the div “content-vw” to “post” or any other name.
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[The Computer Repair] Post-Single/pagenot add List](https://wordpress.org/support/topic/post-single-pagenot-add-list/)
 *  Thread Starter [offzinho](https://wordpress.org/support/users/offzinho/)
 * (@offzinho)
 * [6 years, 8 months ago](https://wordpress.org/support/topic/post-single-pagenot-add-list/#post-11858152)
 * sorry, single.php view perfect.
 * page.php not working content list.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WooCommerce] [Plugin: WooCommerce – excelling eCommerce] Product page and Cart template](https://wordpress.org/support/topic/plugin-woocommerce-excelling-ecommerce-product-page-and-cart-template/)
 *  [offzinho](https://wordpress.org/support/users/offzinho/)
 * (@offzinho)
 * [13 years, 5 months ago](https://wordpress.org/support/topic/plugin-woocommerce-excelling-ecommerce-product-page-and-cart-template/#post-2826146)
 * great, it helped me a lot too.
 * Thank you very much…

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