[email protected]
Forum Replies Created
-
Forum: Plugins
In reply to: numbered list on comments without period after numberForum: Plugins
In reply to: numbered list on comments without period after numberhere’s a link to pastebin for the whole function. Also, here’s a link to how i want the page to look.
Forum: Plugins
In reply to: numbered list on comments without period after numberhere is a link to see the problem.
Forum: Plugins
In reply to: numbered list on comments without period after numberThe problem right now is every post is preceded by a list of numbers. Instead of outputing one number per post I get a whole slew of numbers. Lets say there are three replies to a post, then every comments has 1 2 3 posted before the comment.
Forum: Fixing WordPress
In reply to: displaying numbers next to every comment<?php $x= get_comments_number(); for ($i=1; $i<$x; $i++) { echo "<div class='comment_number'>". $i ."</div>" . "<div class='commentlist'>." wp_list_comments(array('style' => 'div')) ."</div>"; } ?>
whoops
Forum: Fixing WordPress
In reply to: can't modify headers – comments-template.php & pluggable.phpokay so i backuped my pluggins folder and deleted the pluggins in it. then i reuploaded them one at a time and found that simple facebook connect was giving me the issues. I can finally login to my dashboard now but the pluggins page is giving me issues. I reinstalled the pluggins that i was using but the page isn’t displaying them. Any thoughts?
Forum: Fixing WordPress
In reply to: can't modify headers – comments-template.php & pluggable.phpI also checked to see if there was extra space at the beginning and end of my comment-template.php file but to my knowledge there isn’t.
Forum: Fixing WordPress
In reply to: can't modify headers – comments-template.php & pluggable.phpThx! I looked it over but still can’t get it sorted. I replaced my comment-template.php file with a fresh file from a new wordpress download but i still get the message.
Forum: Themes and Templates
In reply to: comment form twentyelevenI think i’ve figured it out. I am using simple face book connect and that has a separate comments.php file to out put the form i want changed.
Forum: Themes and Templates
In reply to: comment form twentyelevenhttps://pastebin.com/JtyYRWTX
man this is making me look bad…Forum: Themes and Templates
In reply to: comment form twentyelevenForum: Themes and Templates
In reply to: comment form twentyeleventhx! here’s the link https://pastebin.com/aUL8HFv6
Forum: Themes and Templates
In reply to: comment form twentyelevenhow do i pastebin code? just put it between the code tags? stupid question i know…
Forum: Themes and Templates
In reply to: comment form twentyelevensorry, i thought i responded to this a few days ago… trouble with my email account. I’m using a child theme I created but it’s based off of twenty eleven. I really haven’t changed much except the css and added a few functions to the functions.php file. I have a few pluggins too.