Author Link Redirect // how to
-
Hi
from the author’s name link, I’d like the redirect to go to the author’s profile page on our web site, not the list of the author’s blog entries
the code in the plugin is:
$wp_about_author_content .= "<h3><a href='" . $wp_about_author_author['posts_url']. "' title='". $wp_about_author_author['name'] ."'>". apply_filters( 'wp_about_author_name', $wp_about_author_author['name'] ) ."</a></h3>";
and the variable is:
$wp_about_author_author[‘posts_url’] = get_author_posts_url(get_the_author_meta(‘ID’));
does anyone know how to modify this to send the link?
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘Author Link Redirect // how to’ is closed to new replies.