Title: fleurdepixie's Replies | WordPress.org

---

# fleurdepixie

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

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

 Search replies:

## Forum Replies Created

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

 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Comments not showing up in posts](https://wordpress.org/support/topic/comments-not-showing-up-in-posts-1/)
 *  Thread Starter [fleurdepixie](https://wordpress.org/support/users/fleurdepixie/)
 * (@fleurdepixie)
 * [15 years, 6 months ago](https://wordpress.org/support/topic/comments-not-showing-up-in-posts-1/#post-1690262)
 * Actually I did have post with comments and it was still not working. I’m going
   to close this thread because I fixed it by changing themes.
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Comments not showing up in posts](https://wordpress.org/support/topic/comments-not-showing-up-in-posts-1/)
 *  Thread Starter [fleurdepixie](https://wordpress.org/support/users/fleurdepixie/)
 * (@fleurdepixie)
 * [15 years, 6 months ago](https://wordpress.org/support/topic/comments-not-showing-up-in-posts-1/#post-1690260)
 * Hey hisforhome, I ended up asking a programmer at work to help me out and he 
   couldn’t figure it out (mind you I don’t know much about coding so I couldn’t
   ask him what the problem was exactly). He said there were a bunch of inconsistencies
   in the code. So I switched to 2010 Weaver and it’s all fine now. If you find 
   someone who can help you with Constructor, let me know and I might switch back.
   It’s more customizable for sure! But a blog with no comments is non-sense.
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Comments not showing up in posts](https://wordpress.org/support/topic/comments-not-showing-up-in-posts-1/)
 *  Thread Starter [fleurdepixie](https://wordpress.org/support/users/fleurdepixie/)
 * (@fleurdepixie)
 * [15 years, 7 months ago](https://wordpress.org/support/topic/comments-not-showing-up-in-posts-1/#post-1690233)
 * Hey, thanks for the tip! I switched to Twenty Ten and the comments worked there
   so it’s definitely a problem with Constructor. The header file doesn’t have anything
   about comments so I tried to put that comments_popup_link there but it didn’t
   work. To be honest I’m a bit lost in changing the code even though you explained
   it. I asked help from a guy I know. So far he hasn’t had time to figure out how
   to fix it. I might just change themes, I don’t think I have the know how to fix
   the theme so the comments appear. Thanks for your help though. It’s very much
   appreciated! Now I understand why people take classes in web programming…. I 
   thought it would be easy to use something like WordPress to do it for me but 
   it turns out you need more knowledge than the bit that I have if you want to 
   customize.
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Comments not showing up in posts](https://wordpress.org/support/topic/comments-not-showing-up-in-posts-1/)
 *  Thread Starter [fleurdepixie](https://wordpress.org/support/users/fleurdepixie/)
 * (@fleurdepixie)
 * [15 years, 7 months ago](https://wordpress.org/support/topic/comments-not-showing-up-in-posts-1/#post-1690208)
 * Ok so it now looks like this in single.php and it’s still not working
 *     ```
       <?php the_date() ?> |
                               <?php get_constructor_author('', ' |') ?>
                               <?php the_tags(__('Tags', 'constructor') . ': ', ', ', ' |'); ?>
                               <?php edit_post_link(__('Edit', 'constructor'), '', ' | '); ?>
                               <?php comments_popup_link(
                                         __('No Comments »', 'constructor'),
                                         __('1 Comment »', 'constructor'),
                                         __('% Comments »', 'constructor'),
                                         'comments-link',
                                         __('Comments Closed', 'constructor')); ?>
                           </div>
                       </div>
                   </div>
               <?php comments_template(); ?>
           <?php endwhile; ?>
               </div>
               <div class="navigation">
       ```
   
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Comments not showing up in posts](https://wordpress.org/support/topic/comments-not-showing-up-in-posts-1/)
 *  Thread Starter [fleurdepixie](https://wordpress.org/support/users/fleurdepixie/)
 * (@fleurdepixie)
 * [15 years, 7 months ago](https://wordpress.org/support/topic/comments-not-showing-up-in-posts-1/#post-1690206)
 * I had hope there for a little while because the permalinks was something I hadn’t
   tried before (I had set them to /%category%/%postname%/) but I tried what you
   said and it still didn’t work. Any ideas as to what I should try next? Anyone
   else out there can think of something to help me fix this? I’d really like to
   get this all straightened out soon…Thanks!
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Comments not showing up in posts](https://wordpress.org/support/topic/comments-not-showing-up-in-posts-1/)
 *  Thread Starter [fleurdepixie](https://wordpress.org/support/users/fleurdepixie/)
 * (@fleurdepixie)
 * [15 years, 7 months ago](https://wordpress.org/support/topic/comments-not-showing-up-in-posts-1/#post-1690192)
 * I looked into my comments.php file too and it all seems ok. So I really don’t
   know what I’m doing wrong. Maybe a combination of wrong things in single.php 
   and comments.php? I downloaded another theme and the comments worked fine on 
   that one so it seems to be only with Constructor. mocreativity do you have Constructor
   too?
 * If anyone out there can help me out it would be very much appreciated. I don’t
   want to have to switch to another theme because I like Constructor and what you
   can do with it.
 * Thanks!
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Comments not showing up in posts](https://wordpress.org/support/topic/comments-not-showing-up-in-posts-1/)
 *  Thread Starter [fleurdepixie](https://wordpress.org/support/users/fleurdepixie/)
 * (@fleurdepixie)
 * [15 years, 7 months ago](https://wordpress.org/support/topic/comments-not-showing-up-in-posts-1/#post-1690012)
 * yes it does, it’s right after <?php endwhile; ?>
    Is it at the wrong place?

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