Home Forums WoodMart support forum Author Page Reply To: Author Page

#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