Title: Blog Archives/Date/Author
Last modified: August 19, 2016

---

# Blog Archives/Date/Author

 *  Resolved [sara1086](https://wordpress.org/support/users/sara1086/)
 * (@sara1086)
 * [18 years ago](https://wordpress.org/support/topic/blog-archivesdateauthor/)
 * 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)

1 [2](https://wordpress.org/support/topic/blog-archivesdateauthor/page/2/?output_format=md)
[→](https://wordpress.org/support/topic/blog-archivesdateauthor/page/2/?output_format=md)

 *  [Roy](https://wordpress.org/support/users/gangleri/)
 * (@gangleri)
 * [18 years ago](https://wordpress.org/support/topic/blog-archivesdateauthor/#post-758547)
 * 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](https://wordpress.org/support/users/sara1086/)
 * (@sara1086)
 * [18 years ago](https://wordpress.org/support/topic/blog-archivesdateauthor/#post-758552)
 * …i don’t understand?
 *  Thread Starter [sara1086](https://wordpress.org/support/users/sara1086/)
 * (@sara1086)
 * [18 years ago](https://wordpress.org/support/topic/blog-archivesdateauthor/#post-758553)
 * like i said i have hardly any programming experience at all.
 *  Thread Starter [sara1086](https://wordpress.org/support/users/sara1086/)
 * (@sara1086)
 * [18 years ago](https://wordpress.org/support/topic/blog-archivesdateauthor/#post-758554)
 * and i’m not sure what wordpress i have, it came with my netfirms account.
 *  [Roy](https://wordpress.org/support/users/gangleri/)
 * (@gangleri)
 * [18 years ago](https://wordpress.org/support/topic/blog-archivesdateauthor/#post-758558)
 * You have 2.0.1, so you surely didn’t use the [download](http://wordpress.org/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](https://wordpress.org/support/users/sara1086/)
 * (@sara1086)
 * [18 years ago](https://wordpress.org/support/topic/blog-archivesdateauthor/#post-758561)
 * ok thanks i think i figured it out. 🙂
 *  Thread Starter [sara1086](https://wordpress.org/support/users/sara1086/)
 * (@sara1086)
 * [18 years ago](https://wordpress.org/support/topic/blog-archivesdateauthor/#post-758562)
 * is there any way that I can download the latest version of WP? even though i’m
   using netfirms?
 *  [Roy](https://wordpress.org/support/users/gangleri/)
 * (@gangleri)
 * [18 years ago](https://wordpress.org/support/topic/blog-archivesdateauthor/#post-758564)
 * 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>`.
 *  [Roy](https://wordpress.org/support/users/gangleri/)
 * (@gangleri)
 * [18 years ago](https://wordpress.org/support/topic/blog-archivesdateauthor/#post-758566)
 * > 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.
 *  [ivovic](https://wordpress.org/support/users/ivovic/)
 * (@ivovic)
 * [18 years ago](https://wordpress.org/support/topic/blog-archivesdateauthor/#post-758568)
 * 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](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.
 *  [ivovic](https://wordpress.org/support/users/ivovic/)
 * (@ivovic)
 * [18 years ago](https://wordpress.org/support/topic/blog-archivesdateauthor/#post-758570)
 * 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/](http://wordpress.org/download/legacy/)
 *  Thread Starter [sara1086](https://wordpress.org/support/users/sara1086/)
 * (@sara1086)
 * [18 years ago](https://wordpress.org/support/topic/blog-archivesdateauthor/#post-758573)
 * …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](https://wordpress.org/support/users/sara1086/)
 * (@sara1086)
 * [18 years ago](https://wordpress.org/support/topic/blog-archivesdateauthor/#post-758576)
 * ps i wish wordpress had a phone number for support 🙁
 *  [ivovic](https://wordpress.org/support/users/ivovic/)
 * (@ivovic)
 * [18 years ago](https://wordpress.org/support/topic/blog-archivesdateauthor/#post-758577)
 * 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](https://wordpress.org/support/users/sara1086/)
 * (@sara1086)
 * [18 years ago](https://wordpress.org/support/topic/blog-archivesdateauthor/#post-758579)
 * 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)

1 [2](https://wordpress.org/support/topic/blog-archivesdateauthor/page/2/?output_format=md)
[→](https://wordpress.org/support/topic/blog-archivesdateauthor/page/2/?output_format=md)

The topic ‘Blog Archives/Date/Author’ is closed to new replies.

 * In: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
 * 18 replies
 * 3 participants
 * Last reply from: [ivovic](https://wordpress.org/support/users/ivovic/)
 * Last activity: [18 years ago](https://wordpress.org/support/topic/blog-archivesdateauthor/page/2/#post-758586)
 * Status: resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
