superultra
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Line Breaks in commentsYeah my html is messy (and uses tables). But it should be fixed, then, if I use the default template and it’s not. It has to be somewhere else.
The thing that’s driving me crazy is that it _has_ to be something I’m doing, as it has occured on both mine and my wife’s blog (which i set up). Grr (to me).Forum: Fixing WordPress
In reply to: Line Breaks in commentsI tried using the default templates and it exhibits the same behavior. Weird, huh.
Forum: Fixing WordPress
In reply to: Line Breaks in commentsHmm, I did a little on my wife’s blog (popularstranger) but the beelerspace install was a clean one. Weird huh. Thanks for checking it out though Podz.
Forum: Fixing WordPress
In reply to: Line Breaks in commentsSo…um…yeah…about those line breaks.
-cough-Forum: Fixing WordPress
In reply to: Line Breaks in commentsStill looking for a solution to this. I can’t be alone since it’s occuring on two blogs on two web servers. Anyone?
Thanks in advance. =)Forum: Fixing WordPress
In reply to: Line Breaks in commentsI’m wondering if this is a problem in the code somewhere. Has anyone had any success hacking the comment code so that it includes line breaks as it should?
Forum: Fixing WordPress
In reply to: Line Breaks in commentsAgreed. I keep thinking that maybe line breaks are considered bad html by WordPress? And if you view the comment in the backend it looks it should. It’s in building the page that the line breaks disappear. Quite annoying.
Forum: Fixing WordPress
In reply to: Line Breaks in commentsAnyone have a similar problem (and hopefully a solution)?
Forum: Fixing WordPress
In reply to: Line Breaks in commentssure. I also noticed it’s on the blog I set up for my wife:
https://www.beelerspace.com
https://www.popularstranger.comForum: Plugins
In reply to: Comment Preview for WordPress 1.2It’s working now. =)
Forum: Plugins
In reply to: Comment Preview for WordPress 1.2Download link not working for me.
Thanks – looks great though!Forum: Fixing WordPress
In reply to: Different CSS for each category page?Figured it out. =)
Forum: Fixing WordPress
In reply to: Comments on front page w/o formActually, I just used the $single variable and an if statement. Thanks for the spelling correction as well Beel. =)
Forum: Fixing WordPress
In reply to: Comments on front page w/o formAlright, so I figured it out. However, I just realized that there really is no comments page template persay. It’s really just the index with that specific page. (see here: https://www.popularstranger.com/ ). However, when you comment on a page, the form doesn’t pop up. Am I going to have to use pop up comments if my comments are on the main index, or is there a way to include the comments form on a permalink page?
Forum: Fixing WordPress
In reply to: Comments on front page w/o formThanks for the responses. Much obliged.
The problem with the recent comments hack is that it doesn’t create the loop I need for each entry.
I did look at the reference and the index.php before posting, quite a bit actually (for at least 3 or 4 hours!). As far as I can tell, the index.php template is really no help since it links to the comments. What would be great is another template that includes comments on the front page.
I still can’t figure out how to include these tags on the main index. If I do, I get parse errors. Can wp-comments.php be the ONLY php file to include comments? Why can’t I include wp-comments_fp.php? Or, why can’t the main index contain comment loops?