Forums

Removal of post info from bottom of main post (2 posts)

  1. dremhmrk2
    Member
    Posted 2 years ago #

    I've been trying all day to remove the info that appears below a post on my homepage.

    I've scanned what seems like 20 or 30 php files looking for the right code to remove.

    The text I am referring to is the text that displays the post date, category, comments ect. below a post.

    I have commenting disabled site wide, and dont want dates or categories listed on my main page.

    The site in question is wp.bollmanyachts.com, I am using the theme adahualpa (most recent version.)

    Thank you!

  2. esmi
    Theme Diva & Forum Moderator
    Posted 2 years ago #

    You don't appear to have any posts right now but you would, almost certainly, need to edit 1 or more template files to remove this text. Look within the files in your theme - especially category.php, archive.php and single.php.

    For the post date, remove references to <?php the_time();?> or</php the date();?>`.

    For the category list, remove reference to <?php the_category().

    To remove comments see:
    http://quirm.net/2009/07/31/get-rid-of-comments/

Topic Closed

This topic has been closed to new replies.

About this Topic