Forum Replies Created

Viewing 4 replies - 1 through 4 (of 4 total)
  • Thread Starter mabekeke

    (@mabekeke)

    Hi Moshu.
    Thanks for replying. I created a new page and I no longer get the 404 error. However, it now gives me a blank page for archives. How do I make it display the archives now? thanks in advance. I’ve been searching for 2 days now through this forum. Please help.

    yeah it was a Firefox issue. I can now delete posts in Internet Explorer. Man I hated explorer…but I can deal with that now :-).. thanks a lot for the tip tvharlot. You should change the topic status to resolve.

    hi mfields:

    You are very famous on WordPress for fixing header links. So today I’ve come to your rescue :).

    I’m trying to put the ARCHIVES link in the header https://509gossip.com/archives and I’m getting this error below:
    “404 – Not Found | Sorry, no posts matched your criteria.”.

    here is my code:
    ———————————————————-

    <div class="Menu">
     <ul>
      <li>
      <a class="<? echo (is_home())?'on':''; ?>" href="<?php echo get_option('home'); ?>/"><span>Home</span></a></li>
      <li><a <?php if (is_archive() || is_page('archives')) echo('class="current" '); ?>href="<?php bloginfo('url'); ?>/archives/">Archives</a></li>
      <?php $pages = wp_list_pages('title_li=0'); ?>
     </ul>
    </div>

    ———————————————————-
    It looks like it’s not calling the archives.php file. Is it a path issue? Please help.

    Ken

    I had WordPress v.2.3.2 but I had to updgrade to 2.3.3. After installing the new WordPress version 2.3.3, I got the same message too “No Upgrade Required Your WordPress database is already up-to-date!”, and in the admin it was saying I still have 2.3.2 and need to update. I realized I was still logged in to the admin while I was uploading the new files. So I logged out; then log back in and refresh the page..VOILA… it says version 2.3.3 now. It was that easy.

Viewing 4 replies - 1 through 4 (of 4 total)