Support » Fixing WordPress » Blog Archives/Date/Author

  • Resolved sara1086

    (@sara1086)


    I think the version for wordpress that I have is 2.0?
    Anyway, my website is for a political campaign, and I do not want the date/author of the blogs to be on any of the pages. I don’t even want the blog archives to be there at all.
    I do not know very much about programming, so when I went into the Theme Editor to see if I can get rid of any of that I couldn’t figure it out.
    If someone could help me out that would be great.
    Thanks.

Viewing 15 replies - 1 through 15 (of 18 total)
  • Wow, where did you find a WP so ancient? Why not just download the newest version?

    Anyway, I don’t know everything about these ancient WP’s, but in the sidebar.php you have to delete the archives part and in the index.php and single.php the code that says something about author.

    Thread Starter sara1086

    (@sara1086)

    …i don’t understand?

    Thread Starter sara1086

    (@sara1086)

    like i said i have hardly any programming experience at all.

    Thread Starter sara1086

    (@sara1086)

    and i’m not sure what wordpress i have, it came with my netfirms account.

    You have 2.0.1, so you surely didn’t use the download section of this website 🙂

    In any case, you mentioned the theme editor. In that editor you have to open the sidebar.php and look for the part that says “archives” and remove it and in the same editor you have to look for the index.php and remove the “author” comments, the same for the single.php.

    That’s all I can do from here to help you. I have no 2.0.1 to look over your shoulder.

    Thread Starter sara1086

    (@sara1086)

    ok thanks i think i figured it out. 🙂

    Thread Starter sara1086

    (@sara1086)

    is there any way that I can download the latest version of WP? even though i’m using netfirms?

    Okay, there is a little more that I can do. In the sidebar.php you don’t need this part:

    <li><h2><?php _e('Archives') ?></h2>
    <ul>
    <?php wp_get_archives('type=monthly'); ?>
    </ul>
    </li>

    It may look a little different in your theme, but it should look similar to this. Remove this whole part.

    In the “main template index” (index.php) you are looking for this to remove:
    <div class="postmetadata"><?php the_time('j F Y') ?> <!-- <?php _e('by') ?> <?php the_author() ?> --></div>
    Or something similar. As you can imagine the_time calls for the publishing date and the_author for the author. In this example you can delete the whole part from <div to </div>.

    is there any way that I can download the latest version of WP? even though i’m using netfirms?

    We’re cross-posting. No matters.
    I don’t know about “netfirms”, but you can either ask your host why they have such an old version, or if you got an FTP server, do the upgrade yourself.

    well, if you have FTP access to your account, then yes – but really, if you’re not comfortable with file manipulation you should probably avoid this.

    either be happy with version 2.0 (which I think is fine if your requirements are modest) and be happy that netfirms will support you with it…. or, search for another host which offers ‘cpanel’ and ‘fantastico’ with an updated version of wordpress.

    your other choice is to get a free blog at http://www.wordpress.com – which you can point your domain name at for $10 a year… and just let someone else deal with running the technical end while you focus on content.

    Gangleri, the 2.0 branch is being maintained with security updates until 2010. Its old, but technically still a perfectly valid choice for those who want a secure platform that doesn’t change every couple of months.

    for hosts like this, its the better choice as they clearly dont want to spend money supporting users in the endless and frequent upgrade cycle with plugins that work one day, then don’t the next… etc.

    http://wordpress.org/download/legacy/

    Thread Starter sara1086

    (@sara1086)

    …I notice that my home page is also a blog entry. Is there any way that I can make it so that the home page is not a blog entry but that another page IS a blog entry..so that people can leave comments?

    Thread Starter sara1086

    (@sara1086)

    ps i wish wordpress had a phone number for support 🙁

    your host has a phone number, and they’re the ones you’re paying.

    again, it’s going to be difficult to support you with wp 2.0 installed, because it’s been so long since most of us have had it around – I have no idea if the currently available feature to do exactly what you want, is even available in wp2.0.

    Thread Starter sara1086

    (@sara1086)

    i called my host, and they said they could not give me any info on wordpress because it’s a “third party” and has it’s own support.

    anyway, i’ll try to figure it out on my own.

Viewing 15 replies - 1 through 15 (of 18 total)
  • The topic ‘Blog Archives/Date/Author’ is closed to new replies.