Get 404 pages for new posts on WordPress

by PMinc
3 replies
Hi Guys,

Would greatly appreciate your help on this, as I've never encountered this issue before - if you go to the following website: The Definitive Guide To Medical Tourism » and you try to click on the links to the posts - you get a 404.

However, as you can see on the index page, the posts appear fine.

Any ideas?

Thanks in advance for any and all help.
#404 #pages #posts #wordpress
  • Profile picture of the author LisaLoops
    In my opinion your theme is broken.

    Go to your blog folder, wp-content, themes, < theme name your site is using just now, and open index.php

    Look for something like:

    <h2><a href="<?php the_permalink() ?>" rel="bookmark" title="Permanent Link to <?php the_title_attribute(); ?>"><?php the_title(); ?></a></h2><span><?php the_time('F jS, Y') ?></span>


    Where your link tag ends </a> what is directly before it? It should be something like: <?php the_title(); ?></a>
    {{ DiscussionBoard.errors[3956968].message }}
    • Profile picture of the author PMinc
      Hi Lisa,

      Thanks for the help...the problem has been solved...you know what the solution was? A small, tiny permalinks tweak.

      Cheers for your input.
      Signature


      {{ DiscussionBoard.errors[3956991].message }}
  • Profile picture of the author AMiRU
    Good to know that your problem has been solved. It was my guess that its due to permalinks setting.

    In case someone having the same problem and is reading this thread, to edit your permalink go to : WP Dashboard > Settings > Permalinks

    {{ DiscussionBoard.errors[3959513].message }}

Trending Topics