• I’m not sure what I edited to cause this– because I’m not sure when the problem started.

    https://www.boldlygo.org/

    If you scroll down to the bottom of the page and click on “older entries” it just seems like it refreshes the page. There is no change in the page, but it does change the address to /page/2 and if you click on it again it changes it to /page/3 – but it still in no way changes the appearance of the page.

    I’m sure it’s simple, but I’m not sure why this is happening or how I can fix it.

    Any tips?

    Thank you.

    *edit* It does change the footer. It adds a “Newer Entries Link”. The Newer Entries link does the same thing, but it lowers the page number.

Viewing 3 replies - 1 through 3 (of 3 total)
  • Thread Starter boldlygo

    (@boldlygo)

    Anyone? ??

    Hi,

    add this code in htaccess and have a check:

    # BEGIN WordPress
    
    <IfModule mod_rewrite.c>
    ErrorDocument 404 /index.php?error=404
    RewriteEngine On
    RewriteBase /
    RewriteCond %{REQUEST_FILENAME} !-f
    RewriteCond %{REQUEST_FILENAME} !-d
    RewriteRule . /index.php [L]
    </IfModule>
    
    # END WordPress

    Thanks,

    Shane G.

    Thread Starter boldlygo

    (@boldlygo)

    It looks like that’s already in there.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Older Entries link doesn’t work’ is closed to new replies.