• Hi there, I woudl like to remove “Comments Closed” that appears under my pages. This is the code:

    [Code moderated as per the Forum Rules. Please use the pastebin]

    How should I correct it?
    Thanks for help.

Viewing 3 replies - 1 through 3 (of 3 total)
  • the text you want to get rid of is clearly readable in your code.

    find it and remove it.

    (make a backup copy before editing)

    Thread Starter klavdija

    (@klavdija)

    I know it is clearly readable for those who know, but my php is very bad.
    I would realy appreciate if someone would tell me which part to change and how. Please. Thanks a lot.

    this line:

    art_post_box('', '<p class="nocomments">' . __('Comments are closed.', THEME_NS) .'</p>');

    you could change it to:

    art_post_box('', '');

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘How to remove Comments Closed’ is closed to new replies.