smuffle89
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Where is wp_list_comments?Forum: Fixing WordPress
In reply to: removing numbers from comment pagei really don’t know what is going on if there is more than one comments.php page lol
link: site
Forum: Fixing WordPress
In reply to: removing numbers from comment pagethat didn’t work.
coding from comments page:
<span class="commentlist"> <?php wp_list_comments(); ?> </span>coding from style sheet:
.commentlist { padding: 0; text-align: justify; } .commentlist p { margin: 10px 5px 10px 0; }Forum: Fixing WordPress
In reply to: removing numbers from comment pagethanks. but how do i do that. i understand the “make a class” part but how would i start that.
.ul {then what would i put just to simply make there appear no bullet
Forum: Fixing WordPress
In reply to: removing numbers from comment pagenow there’s bullets 🙁
Forum: Fixing WordPress
In reply to: inquiry about page commenting functionsthankyou!
Forum: Fixing WordPress
In reply to: Can’t Approve Comments! Please Help!it looks as if matthewc gave a valid answer :/
Forum: Fixing WordPress
In reply to: inquiry about page commenting functionsthanks esmi:
the code snippet is contained in my comments file. I’ve found where they both are. They’re in if-else statements. same question still applies. here’s each code snippet:
<?php else : // If there are no comments yet ?> <p><?php _e('No comments yet.'); ?></p> <?php endif; ?><?php else : // Comments are closed ?> <p><?php _e('Sorry, the comment form is closed at this time.'); ?></p> <?php endif; ?>