stancoles
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Can't leave Comments on PostsAhahahaha 🙂 I GOT IT!!!! I had to do this:
<div class=”post-info”>Posted by …. | #respond” title=”<?php _e(“Leave a comment”); ?>”><?php comments_number(‘no responses’,’one response’,’% responses’); ?></div>
and then I had to add this into blogstyle, page and single .php pages.
<div id=”comments”>
<div id=”respond”>
<?php comments_template(); ?>
</div>
</div>before my <?php else : ?> tag.
OH I’m so EXCITED. 🙂
Forum: Fixing WordPress
In reply to: Can't leave Comments on PostsHey. Thanks so much. It didn’t work. I don’t know what i’ve done. I have to get the original puretype files.
I do have a comments template. It’s comments.php. I don’t know why it’s not called.
🙂 thanks again for your help!
Forum: Fixing WordPress
In reply to: Can't leave Comments on PostsI feel like this should be a pretty easy fix cause I know I just need to add the code that calls the comments page. But I don’t know what that code is and can’t figure it out to save my life 🙂
I have no code with comments_template. And I know the anchor for #respond works on other pages (other wordpress/puretype sites), but since i have no relationship for that anchor it doesn’t really get me anywhere. Oh the frustration.
thanks again. I’ll check back soon.
Forum: Fixing WordPress
In reply to: Can't leave Comments on PostsI REALLY appreciate your help! 🙂 Let me know if you might need any other pages.
blogstyle.php – http://pastebin.com/6PtBq58z
single.php – http://pastebin.com/xWWyfrqe
page.php – http://pastebin.com/ULeKf12cForum: Fixing WordPress
In reply to: Can't leave Comments on PostsHelllloooo ? 🙂
I still need help with this. I took a break for a while. I definitely do not have the code for comments_template() below the line with the_content().
I’m not sure how the code should appear. Any help would be super. thanks. Otherwise I’ll just start from scratch. YIKES. 🙂
Forum: Fixing WordPress
In reply to: Can't leave Comments on PostsI forgot to mention that comments are allowed in the discussion settings and in each post. thx.
Forum: Fixing WordPress
In reply to: Can't leave Comments on Posts🙂 Thanks so much for taking a look. Please let me know if you need any other pages. I will put them into pastebin. I really appreciate your help!! This has been such a struggle.
blogstyle.php- http://wordpress.pastebin.com/cRw8FmLu
page.php- http://wordpress.pastebin.com/RVuTv8Td
single.php- http://wordpress.pastebin.com/4zZFq61CI’ve been looking at this page –
http://ottopress.com/2008/wordpress-2-7-comments-enhancements/but still can’t figure it out. Thanks again 🙂