• Everytime i make a post, the following appears at the bottom of my posts. Can someone help me where i can i find this code and remove them entirely . I am desperate , appreciate some help . You can see it in https://www.recruit20.com posts

    ———————

    <div class=”postmeta”>
    <p>Tags: </p>
    </div>

    <h3>Comments</h3>

    <!– You can start editing here. –>

    <div id=”commentblock”>

    <!– If comments are closed. –>
    <p class=”nocomments”>Comments are closed.</p></div>

    </div>

Viewing 6 replies - 16 through 21 (of 21 total)
  • Thread Starter ferozkn

    (@ferozkn)

    i am trying to remove this as well : <p>Tags: </p>

    thanks for noticing it

    Edit your index.php page of your theme, and remove this line:
    <?php the_tags( ‘<p>Tags: ‘, ‘, ‘, ‘</p>’); ?>

    Edit your single.php page of your theme, and remove this line:
    <?php the_tags( ‘<p>Tags: ‘, ‘, ‘, ‘</p>’); ?>

    I still don’t see where comments are visible now? What else are you trying to remove?

    Again: that theme does NOT have single.php – it has home.php and index.php.

    Thread Starter ferozkn

    (@ferozkn)

    REally appreciate all your help : I JUST NOTICED..I am not a PHP guy or a computer guy..

    I found two sets of each of wp-admin; wp-content and wp-includes in my wordpress folder in my domain. I dont know how these happened. The php files we are trying to change reside in one set which does not have permission to change. So these are the files that’s holding up the changes. I dont know how to change the read / write permission so have to for someone to come in to help.

    if we cant do that , i have to come back to this forum for help again .

    Thanks so much

    two sets of each of wp-admin; wp-content and wp-includes in my wordpress folder in my domain

    That’s wrong. Delete one of them, you need only one of each.

    Thread Starter ferozkn

    (@ferozkn)

    Thanks

Viewing 6 replies - 16 through 21 (of 21 total)
  • The topic ‘Desperatly trying to remove comments from post’ is closed to new replies.