fleurdepixie
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Comments not showing up in postsActually 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
In reply to: Comments not showing up in postsHey 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
In reply to: Comments not showing up in postsHey, 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
In reply to: Comments not showing up in postsOk 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
In reply to: Comments not showing up in postsI 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
In reply to: Comments not showing up in postsI 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
In reply to: Comments not showing up in postsyes it does, it’s right after <?php endwhile; ?>
Is it at the wrong place?