But right now, the comments are open on my posts only for a short time after I publish a post. I cannot seem to find where to adjust the settings so they are always open.
Could anyone help me out with this please?
Thank you
]]>In discussion i have unticked “Allow people to post comments on new articles” and it still shows a comment box.
Thanks
]]>1. please show me how to reverse the comment list order. the default is old to new, but I want it new to old. I think I must edit the comments.php of the theme but I didn’t find the correct part for this in it.
2. what I should remove from the footer.php to be able to remove the tag listing and page listing in it? mine was very long and I removed some parts of the code but it seems that it’s not enough and it shows some bits and parts in it not wanted. I just wanted to let untouched the links to creator and wordpress.
3. why the gallery shows odd images format? it’s the same gallery and it’s the same settings but the older uploaded pictures have different thumbs compapred to the new pictures uploaded in the same gallery. see an example here: https://mrcacadu.ro/funny-strip-of-the-odd-day/ ,and explain why is this happening.
thank you,
mr.cacadu
<?php if (‘open’ == $post->comment_status) : ?>
<!– If comments are open, but there are no comments. –>
<?php else : // comments are closed ?>
<!– If comments are closed. –>
<?php echo (!is_page()) ? ‘<p class=”nocomments”>Comments are closed.</p>’ : ” ?>
<?php endif; ?>
<?php endif; ?>
<?php if (‘open’ == $post->comment_status) : ?>
<div id=”respond”>
<h5><?php comment_form_title( ‘Leave a Comment’, ‘Leave a Comment to %s’ ); ?></h5>
<div class=”cancel-comment-reply”>
<?php cancel_comment_reply_link(); ?>
My problem is when I change the settings for comments in discussion, in ‘before a comment appears’ to Comment author must fill out name and e-mail. WordPress requires the user to be logged in. Which I do not want.
No matter what setting though in ‘before a comment appears’ i use it still demands that the user be logged in.
What could be wrong. Spam karma is set on normal. Bad behavior is set on normal.
]]>