Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1284551
    jeffdesign
    Participant

    When I click on the author’s (hyper linked) name from a blog post I’d like to see all posts by that author parsed together. I think this featured worked correctly until recently. Can you advise how to restore this function?

    Right, now when I click the author’s name it re-directs to the home page?

    http://www.scriptorium.com/category/opinion/

    Thank you,
    Jeff

    #1284624
    Christian
    Moderator

    Hey Jeff,

    Regretfully this isn’t a feature offered by X. It could be possible with custom development, but this would be outside the scope of support we can offer. You might want to contact our trusted partners who caters X setup and customization needs. Please see https://community.theme.co/custom-development/. X is quite extensible with child themes, so there are plenty of possibilities. Thanks for understanding. Take care!

    #1284731
    jeffdesign
    Participant

    Thank you.

    I have added some custom PHP code to my renew theme that I found in this forum. Currently this allows posts to be parsed by ‘category’. Is it possible to find the PHP code that also allows ‘authors’ to parse?

    Here is the snippet from function.php

    //
    // Author.
    //

    $author = sprintf( ‘<span>%s</span>‘,
    get_author_posts_url( get_the_author_meta( ‘ID’ ) ),
    get_the_author()
    );

    //

    —-

    Sorry, if I’m asking the same question twice.

    #1284815
    Thai
    Moderator

    Hi There,

    Please update your permalink settings and try again.

    If it doesn’t work, please provide us with your admin account & website URL so we can take a closer look.

    Thanks.

    #1285005
    jeffdesign
    Participant
    This reply has been marked as private.
    #1285412
    Rue Nel
    Moderator

    Hello There,

    Thanks for providing the information above. I have deactivated Yoast SEO and it is this plugin that caused the issue. Please do try to re activate the plugin and try this steps:
    1] WPSEO -> Titles & metas -> Other -> checked the ‘Turn author archives off’ checkbox
    2] Went to a post, clicked on author link and was redirected to the homepage
    3] WPSEO -> Titles & metas -> Other -> _un_checked the ‘Turn author archives off’ checkbox
    4] Went to a post, clicked on author link and was send to the author page

    Please try the steps above a couple of times and you should see the difference on how the author links get displayed or not.

    Hope this helps. Kindly let us know.

    #1285508
    jeffdesign
    Participant

    Thank you very much.

    #1285657
    Prasant Rai
    Moderator

    You are most welcome. 🙂

  • <script> jQuery(function($){ $("#no-reply-1284551 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>