-
i noticed that in some pages of the blog (archive and tag) the link to the author’s posts lead to nothing, in the template the error is that we have
?php echo esc_attr(get_the_author()); ?>" data-toggle="tooltip" href="#">
where href=”#” is wrong, it should be:
href="<?php echo get_author_posts_url( get_the_author_meta( 'ID' ) ); ?>"><?php echo esc_attr(get_the_author()); ?></a>
-
Please use the search before making a post. Your question maybe be already answered!
-
Do you need customization work? Are you having trouble installing Wordpress? Feeling lazy and want somebody else to do the hard work for you?
Join our discord!
Need hosting?
Follow us!