Category separator in Archive

Home Forums Legacy Support Support queries How-to & Troubleshooting Category separator in Archive

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #21842
    isigma
    Spectator
    This mistyping appeared in Modern 1.2 actually. There is no separator between Comments and first Category in meta on Archive page (see attachment). Quick fix in archive.php instead of
  • <?php echo get_comments_number().' comments'; ?>
<?php echo get_the_category_list(); ?> categories have to be inside of the list scope 
  • <?php echo get_comments_number().' comments'; ?>
  •                                 <?php echo get_the_category_list(); ?>
    #21844
    isigma
    Spectator
    Secondly there is a new mistyping in the archive.php: extra apostrophe in the author's page link causes a double url. a href="'<?php echo get_author_posts_url( get_the_author_meta( 'ID' ) ); ?>"><?php echo get_the_author_meta( 'display_name' ); ?>
    #23022
    Anshuman Sahu
    Keymaster
    Thanks for reporting these issues we will update the changes in the upcoming update of modern theme .
    #23044
    isigma
    Spectator
    great
    Viewing 4 posts - 1 through 4 (of 4 total)