• Hi,

    I have some articles on my page, but I can’t write a comment to any articles. It says “You must be logged in to post a comment”. But I’m already logged in. I can write a comment only in the dashboard. Why?

    Thanks for your answers.

    The page I need help with: [log in to see the link]

Viewing 2 replies - 16 through 17 (of 17 total)
  • Thread Starter Axel

    (@einstein7)

    Hi,

    I don’t identified a difference, but I would make a difference as shown in the screenshot.

    1. switch the order of date and time of the comment
    2. replace the “-” with “um”

    I hope you understand me now.

    Thanks.

    HI
    To change the order of time and date of the comment.
    For this follow the given below instruction.

    1 Find the comments.php file located in your theme directory.
    2 Open it and find the below line of code on line no 27
    <h6 class="comment-detail-title"><?php esc_html(comment_author()); ?> <span class="comment-date"><?php esc_html_e('Posted on','spicepress'); ?><?php echo esc_html(comment_time()); ?><?php echo " - "; echo esc_html(comment_date());?></span></h6>

    3 And replace it with the below line of code.

    <h6 class="comment-detail-title"><?php esc_html(comment_author()); ?> <span class="comment-date"><?php esc_html_e('Posted on','spicepress'); ?><?php echo "&nbsp"; echo esc_html(comment_date()); ?><?php echo "&nbspUM&nbsp "; echo esc_html(comment_time()); ?></span></h6>

    Let me know for any confusion.

    Thanks

Viewing 2 replies - 16 through 17 (of 17 total)
  • The topic ‘Can’t write a comment’ is closed to new replies.