Feartheflame
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Comments section outputting in plain html<?php comment_text(); ?>
Worked thanks Alchy, that solves a lot of issues, much appriciated!
Forum: Fixing WordPress
In reply to: Comments section outputting in plain htmlForum: Fixing WordPress
In reply to: Comments section outputting in plain htmlThat’s all the info in the functions.php file relating to fear_comment()
Forum: Fixing WordPress
In reply to: Comments section outputting in plain htmlWe’ve managed to fix the amount of freedom that people have in the comments section by changing the allowed html in kses.php, however it’s still applying zero formatting to comments, so no linebreaks or anything, which is now the issue we’re trying to solve.
Forum: Fixing WordPress
In reply to: Comments section outputting in plain htmlSorry Sira. I must be having one of those days.
I don’t see where in the ottopress link it explains how to simply get comments output as plain text, nor do I see how comment_form will assist me in this.
Forum: Fixing WordPress
In reply to: Comments section outputting in plain htmlHey Sira.
The filter functions I had to find somewhere, I didn’t set them, which might be why they’re not actually applying anything.
I could use comment_form but it’s been so long I honestly wouldn’t know what that requires, it’s been years since any WP site I’ve had to use/make has had to worry about comments so I’m rusty in everything to do with them 😛
Any way you could guide me through it?