Problems with Archive Pages
-
WP Version: 4.5.4
Theme: Uncode Version: 1.4.1 (child) https://themeforest.net/item/uncode-creative-multiuse-wordpress-theme/13373220
Simply Guest Author Name Version 3.3Hi, I’m using your plug-in “Simply Guest Author Name” on this blog (www.massimovitali.com) and I’m having some problems. Everything works fine for the single blog post, but not for archive pages (ex. http://www.massimovtali.com/press) nor for the blog page (www.massmovitali.com/blog): in the first case, all off the posts show the same author as that of the first article in the list; in the second case, all the posts show the true author of the post – the editor – and not the guest-author. I contacted the theme’s author. He told me that he is always using the same exact code:
$author = get_post_field( ‘post_author’, $post->ID );
$author_name = get_the_author_meta( ‘display_name’, $author );
$author_link = get_author_posts_url( $author );Any idea?
The topic ‘Problems with Archive Pages’ is closed to new replies.