Viewing 8 replies - 1 through 8 (of 8 total)
  • i think your .htccess is on and the code that has been written inside .htccess is incorrect or may be you don’t have any pages except home page

    I checked 6 of your pages with no problems.

    Similar issue. When I click on recent post titles, or click on home page blog titles to go to the full length blog article (post)..it states page not found. It’s frustrating because if I have a article that is short and says click here “to read more”…there is no more to read. It’s happening on both my blogs that are in Beta stage

    https://www.greenacresandham.com https://www.angelsforhire.net

    @riverbirch – your site looks like a parked domain so can’t help much there.

    @angelscott – when I clicked on the latest post it came up with a 404 and the following url: https://www.greenacresandham.com/http:/www.greenacresandham.com/ in the add bar. I would suggest checking your permalinks and the index.php code of your theme – the code should look something like:

    <div class="post" id="post-<?php the_ID(); ?>">
    <div class="entrytop"><div class="entry">
            <h2><span class="inpost-date"><?php the_time('F jS, Y') ?></span><a href="<?php the_permalink() ?>" rel="bookmark" title="Permanent Link to <?php the_title(); ?>"><?php the_title(); ?></a></h2>
    	  </div></div>
    
    		<div class="post-content">
    			<?php the_content('Read the rest of this entry &raquo;'); ?>
    		</div>

    The code that returns the single post url is:
    <a href="<?php the_permalink() ?>" rel="bookmark" title="Permanent Link to <?php the_title(); ?>"><?php the_title(); ?></a>

    Yours reads:

    <div class="post-headline">
    	<h2>		<a href="https://www.greenacresandham.com/http:/www.greenacresandham.com/" rel="bookmark" title="Permanent Link to August Feature:  Slow Money Alliance & Principles">August Feature:  Slow Money Alliance & Principles		</a>	</h2>
    	</div>

    – Which is incorrect.

    OK did my reply show up? I can see it but its not showing on the main forum. It shows 5 post but the last poster being Angelscot.

    Gime a nod if you can see 6 replies and are able to read number 5 – lol honestly, am not loosing it ??

    @ ZGani
    for some reason your posts were in the spam queue – prisoners released

    ZGani — I can see 1.5 examples you showed. My domain is not a parked domain. Green Acres & Ham is primary…however, I did have a previous URL and changed the domain name and the previous one is parked. The Primary is not. The Angel’s For Hire is not parked either.

    Still need help understanding what to do in laymans terms. Thanks for the quick reply! Looking forward to sorting it out on both blogs.

    @sambol – thanks, lol I thought I was loosing it.

    @angelscott – first site seems to working fine when clicking on the links.
    site 2 however has a coding error – the blog title link seems to call the
    site url. Something like /”><?php bloginfo(‘name’); ?> thus returning a 404 and
    https://www.angelsforhire.net/http:/www.angelsforhire.net in the add bar.

    It should be something like this: ” rel=”bookmark” title=”Permanent Link to <?php the_title(); ?>”><?php the_title(); ?> – located in the index.php of your theme.

    I had two cases like these, the above solved one and the 2nd turned out to be a plugin issue but I couldnt figure out why since the code was correct.

    Good luck.

Viewing 8 replies - 1 through 8 (of 8 total)
  • The topic ‘Help, I get an “page can not be found error”’ is closed to new replies.