Forums

[resolved] author page not generated (11 posts)

  1. aborruso
    Member
    Posted 3 years ago #

    Hi all,
    I have inserted the_author_posts_link(); below the titles of my posts.
    The URL I have seems ok: http://www.myblog.com/author/authorname.
    When I click on it I wait few seconds and then the browser open the blog homepage http://www.myblog.com/.
    This is my author.php page:
    http://www.friendpaste.com/3b6ESfrhMhoIatxWLBJNtg

    I have Co-Authors plugin installed.

    Do you have some idea about this behavior?

    Thank you very much,

    a

  2. MichaelH
    Volunteer
    Posted 3 years ago #

    Don't see anything that looks wrong with your author.php.

    I have Co-Authors plugin installed.

    And if you disable the plugin what happens?

  3. aborruso
    Member
    Posted 3 years ago #

    Hi Michael,
    it happens the same.

    It's really strange.

    Any idea?

    thank you,

    a

  4. MichaelH
    Volunteer
    Posted 3 years ago #

    Might update your Permalink structure Administration > Settings > Permalinks and if the problem still occurs, temporarily rename your .htaccess file if you have one.

  5. aborruso
    Member
    Posted 3 years ago #

    Hi Michael,
    thank you for your time.
    I have reset my .htaccess file but I have the same result.
    This is the new .htaccess file:

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

    Any other idea?? :-(

    Best regards,

    a

  6. t31os
    Member
    Posted 3 years ago #

    You've got the same thing twice, not that it should matter, but it only need be...

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

    Michael might just be referring to viewing the permalink page and hitting Save Changes, although this in theory shouldn't make much difference it has been known to resolve some issues.

    If you have general permalink issues you may need to add the follow symlinks option. No need if your permalinks work already though.

  7. aborruso
    Member
    Posted 3 years ago #

    Hi t31os,
    thank you.

    I had hit "Save Changes" in wp, when I have read the MichaelH message, and I have no result :-(
    Now I have used your .htaccess file and I have the same wrong result.

    could it be a behavior related in some way to the theme that I use?

    Thank you,

    a

  8. t31os
    Member
    Posted 3 years ago #

    Works on my test install, straight copy and paste from the friend paste page.

    http://www.mytestpage.com/author/t31os/

    Displays a profile page with links to my posts..

    All other pages are fine? Category pages, post pages, etc...

  9. aborruso
    Member
    Posted 3 years ago #

    I have tested tag and category pages and these work.

    The URLs generated for monthly archive widget not work. I have this kind of generated URL http://www.mytestpage.com/year/month/, but when I click on it I wait few seconds and once again the the browser open the blog homepage.

    Is this info helpful for you?

    Thank you for your time,

    a

  10. aborruso
    Member
    Posted 3 years ago #

    I have made a test also with this simple URL structure:
    http://www.mytestpage.com/year/

    I have always the homepage. There is something strange. I do not understand why it's ok with tag and categories URLs and not with author and time URLs

    Best regards,

    a

  11. aborruso
    Member
    Posted 3 years ago #

    Thank you all.

    I think I have solved. Only tomorrow I might be able to make a real test.
    It's a problem related to settings of Robots Meta plugin:
    - Disable the author archives
    - Disable the date-based archives

    Once again thank you for your time,

    Andrea

Topic Closed

This topic has been closed to new replies.

About this Topic