Home Forums WoodMart support forum Author Page

Author Page

Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #302837

    Rachid
    Participant

    https://woodmart.xtemos.com/blog/author/admin/

    Please check sreenshot as well!

    This an example of an author page! and in the description it says

    ”View all posts by S. Rogers” this doesn’t make sense to see in the author page because when i click i stay in the same page! it only makes sense when it displayed in a blog then it will lead me to the author page

    The question is how can i change this ”View all posts by S. Rogers” to another text like ” View all authors” and link it with a page i have already created where all authors are linked

    Thank you

    #302907

    Hello,

    You can translate/rewrite all theme and plugin texts via PO file in WordPress. Here is a video tutorial that should help you translate your website texts with a Loco Translate plugin https://www.youtube.com/watch?v=D3NsDdMzsls&list=PLMw6W4rAaOgKKv0oexGHzpWBg1imvrval&index=3

    Please check the video tutorial to see how to save the translation file correctly. You can remove the plugin and translations would remain. Also, translations would remain after each theme update.

    Best Regards

    #303052

    Rachid
    Participant

    Hi there!

    Thank you so much for the quick reply!However, this isn’t going to be solved by translating! only by changing the text and adding a custum link! Please read my thread again so you know what i mean

    Thank you

    #303194

    Hello,

    I have checked with our dev team, this will be fixed in the nearest future.

    You can edit it in this file: woodmart/author-bio.php We would recommend waiting for an update instead of editing to avoid errors.

    Best Regards

    #303474

    Rachid
    Participant

    Thank you!

    do you know when the update to fix this will come?

    #303695

    Hello,

    We cannot tell you exactly, we expact this no earlier than one month.

    Best Regards

    #308736

    Rachid
    Participant

    Hi there!

    Do you got some news about this?

    #308774

    Hello,

    The question is how can i change this ”View all posts by S. Rogers” to another text like ” View all authors” and link it with a page i have already created where all authors are linked

    The update will just remove the link from the page, for now I can five you custom CSS to remove that. At the same time, it is not possible to insert the link where all authors are linked.

    Please add this code to the Theme Settings > Custom CSS > Global:

    body .author-info .author-link {
        display:none;
    }

    Best Regards

Viewing 8 posts - 1 through 8 (of 8 total)