theFTSmatt
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Can't get sidebar to stretch 100% in heightUPDATE: since my post got modded
Forum: Fixing WordPress
In reply to: Can't get sidebar to stretch 100% in heightIs there any other way to do it with just CSS?
Forum: Fixing WordPress
In reply to: Pagination comments not workingFrom what I’ve figured out, its because I coded my comments.php in such a way that I didn’t use the functions.php. Because of this, its something like all my comments are simply viewed as one entry or something instead of being “pulled in” as separate entries. I simply gave up on paginating comments because I would have to redo it using the functions.php and I dont know how to do that.
Hope this info helped somehow Tabashira. I dont have the comments.php i was tlaking about in the previous post anymore.
Forum: Fixing WordPress
In reply to: Pagination comments not workingUpdate, I found some random guy’s comments.php and threw it in and the pagination worked. Of course the css went berserk but now at least I am sure that the problem is in my code. Can anyone help me find what I am missing?
The problem is somewhere in my ol
Forum: Fixing WordPress
In reply to: Pagination comments not workingI think the problem may be on my end because no matter what plug-in i use i have the same problem. Do you know if my code looks ok?
Forum: Fixing WordPress
In reply to: Pagination comments not workingSo i installed and followed the instructions in the plugin, and now I have nice pagination buttons at the bottom of my page, but I still have the same problem. Every comments page displays all the 15 comments. I would like comments 1-5 be on page 1, comments 6-10 be on page 2, etc.