Support » Fixing WordPress » Remove date and time from post

  • Hi, I have downloaded a plugin to remove date and time from posts, but to no avail!

    How can I do this?

    Thanks!

Viewing 12 replies - 1 through 12 (of 12 total)
  • Thread Starter cva1983

    (@cva1983)

    I want to get rid of lines above and below image:

    Posted on May 20, 2011 by admin
    Posted in Uncategorized | Comments Off | Edit

    http://armsdenfineart.com/

    You’d have to edit your theme’s files to do that.

    Thread Starter cva1983

    (@cva1983)

    Sure – which ones specifically? thnx

    index.php, category.php, archive.php, tag.php, single.php…

    Thread Starter cva1983

    (@cva1983)

    Is it the same html code to delete in each?
    Sorry – I’m half clued up, half not!

    Probably but it’s impossible to say to sure. It varies from theme to theme. You need to look for:

    <?php the_category();?>
    <?php the_author();?>
    <?php the_date();?>
    <?php the_time();?>
    <?php edit_post_link();?>
    and <?php comments_popup_link();?>

    Thread Starter cva1983

    (@cva1983)

    Agh Help! I must have taken the wrong thing out…

    Parse error: syntax error, unexpected ‘)’ in /var/sites/a/armsdenfineart.com/public_html/wp-content/themes/twentyten/functions.php on line 340

    Don’t edit the Twenty Ten theme. Your changes will be over-written the next time you upgrade WordPress. For this reason, it is recommended that you consider creating a child theme for your customisations. Once your child theme is active, we should be able to help with the customisation.

    In the meantime, re-upload a fresh copy of the Twenty Ten theme.

    Thread Starter cva1983

    (@cva1983)

    How do I do this? I can’t even log-in to get to the dash board.
    Will I have lost the everything?

    Download Twenty Ten and then using FTP (or whatever file management application your host provides), upload the twentyten folder to your site’s wp-content/themes folder.

    And – no – you will only lose any changes you made to Twenty Ten

    Thread Starter cva1983

    (@cva1983)

    TSO host me. I’m sorry – none of the above makes sense to me?

    I’m sorry but this is the only way to fix your site. If you cannot do this yourself, you may have to pay someone to carry it out for you.

Viewing 12 replies - 1 through 12 (of 12 total)
  • The topic ‘Remove date and time from post’ is closed to new replies.