• Resolved Pieter Bos

    (@senlin)


    Hi,

    Recently i changed my permalinks from default to date- and name based.

    Problem is that I cannot get the “previous entries” to work.

    I did everything as described on http://codex.wordpress.org/Using_Permalinks also after the “Paged Navigation Doesn’t Work” near the end of the page.

    Then went to
    http://wordpress.org/support/topic/51613#post-283222 as suggested when all the above didn’t work, but i actually cannot find a solution there.

    One user there pasted his .htaccess file and it looked pretty long, mine is empty apart from what permalinks just wrote on it.

    Does anyone have a simple solution for this irritating problem?

    my .htaccess file looks as follows:

    # BEGIN WordPress
    <IfModule mod_rewrite.c>
    RewriteEngine On
    RewriteBase /blog/
    RewriteCond %{REQUEST_FILENAME} !-f
    RewriteCond %{REQUEST_FILENAME} !-d
    RewriteRule . /blog/index.php
    </IfModule>

    # END WordPress

Viewing 6 replies - 1 through 6 (of 6 total)
  • Thread Starter Pieter Bos

    (@senlin)

    anyone can help me out?

    please?

    Did you notice this error at the top of the page?

    Warning: Invalid argument supplied for foreach() in /hsphere/local/home/mindpath/senlinonline.com/blog/wp-includes/classes.php on line 374

    You might make sure that file is good (re-upload it?)

    Thread Starter Pieter Bos

    (@senlin)

    Yeah, the file is there as I showed in my original post…

    Thread Starter Pieter Bos

    (@senlin)

    apart from that, i did not change anything to the
    wp-includes/classes.php file

    Thread Starter Pieter Bos

    (@senlin)

    the foreach in classes.php looks like:

    foreach ( $all_page_ids as $page_id ) {
    $page = get_page($page_id);
    if ( $page->fullpath == $page_path ) {
    $reqpage = $page_id;
    break;
    }
    }

    Thread Starter Pieter Bos

    (@senlin)

    i must say that im somewhat disappointed by the lack of response, 18hrs…

    then i just have to forget about previous entries page?

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Previous entries issue in Permalinks’ is closed to new replies.