Forums

How to remove "Post a reply" box under the page text (3 posts)

  1. jugigi
    Member
    Posted 1 year ago #

    Big Hello to community!!!! Nice to be here! Sorry if my English isn't quite good, but didn't spoke it for a long time.

    Here is my problem.
    I have made my own WordPress theme, wich I will upload for all of U who wan't to use it, and now I have a problem with Post Reply box.

    I use my WordPress site (www.jugosistem.com) for my small Home Business, and I mainly use Pages, instead of articles. So I don't want to see anyPost Reply boxes under the page text.

    I have successfuly removed "author, date and ime, edit" options in pages, but I can't figure this out. Have tried with editing comments.php, but didnt work for me. If Anyone Could Help me, I would be very grateful....

    If needed, I will paste hyperlinks for files to download it....

    Thx

  2. tugbucket
    Member
    Posted 1 year ago #

    In your comments.php find:

    <?php if ( comments_open() ) : ?>

    try this:

    <?php if ( !is_page() && comments_open() ) : ?>
  3. jugigi
    Member
    Posted 1 year ago #

    Thx, i founded code myself :) But thx for quick answer...

Topic Closed

This topic has been closed to new replies.

About this Topic

Tags

No tags yet.