how to remove certain texts from all post of my wordpress site

Discussion in 'WordPress' started by alex06295, Feb 13, 2012.

  1. #1
    my site is e07.net...

    on posts there is a line within heading

    "Posted on February 10, 2012 by Alex"


    also I want to remove this

    "This entry was posted in Link Building Services. Bookmark the permalink. "


    as this is a service website so these lines don't look good..


    Thanks
     
    alex06295, Feb 13, 2012 IP
  2. hmansfield

    hmansfield Guest

    Messages:
    7,904
    Likes Received:
    298
    Best Answers:
    0
    Trophy Points:
    280
    #2
    Those are date, author, and either category or tags.
    You can remove them by editing your theme files. Probably single.php, archive.php, and...not knowing how your theme is constructed there could be other files that control your post layout such as index.php.

    To get rid of the Author, you want to remove :
    <?php the_author_posts_link() ?>

    To get rid of the date you want to remove:

    <?php the_time('F jS, Y') ?>

    To get rid of the categories that it is posted in , you want to remove:
    <p class="postmetadata">Posted in <?php the_category(', '); ?></p>


    There may be slight variations in how they are labeled depending on your theme, but you get the picture.
    For more info, study the WordPress loop:
    http://codex.wordpress.org/The_Loop

    Don't forget to backup files before editing them in case you screw it up.
     
    Last edited: Feb 13, 2012
    hmansfield, Feb 13, 2012 IP
  3. themetribe

    themetribe Peon

    Messages:
    99
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #3
    another way is to hide it in css, just by adding a css code display:none.
    anyway, as I viewed your link: e07.net
    I can't see this text: "
    Posted on February 10, 2012 by Alex"
    wrong link eh?
     
    themetribe, Feb 15, 2012 IP
  4. mariailyas

    mariailyas Peon

    Messages:
    131
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    0
    #4
    i am also seeking the method how to remove the text "you can add html etc" at the end of every post . i did close the comments in my control penal but i am still seeing this in my webpages of word press
     
    mariailyas, Feb 15, 2012 IP
  5. themetribe

    themetribe Peon

    Messages:
    99
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #5
    by the way I can help you guys for a very reasonable price. :)
     
    themetribe, Mar 7, 2012 IP