• Good day,

    I am getting an error due to “no space between attributes” in archive.php

    <p>
    <?php the_tags(__('Tags:'), ', ', '<br />'); ?> 
    
    <span class="postmeta"><?php printf(__('Posted in 
    
    <a class="page" href='%s', ), get_the_category_list(', ')); ?> | 
    
    <?php edit_post_link(__('Edit',), '', ' | '); ?>
    
    <a class="page" href="<?php comments_popup_link(__('No Comments »', ), __('1 Comment »', 'kubrick'), __('% Comments »'), '', __('Comments Closed') ); ?></a>
    </span>
    </p>

    Any help is appreciated

  • The topic ‘wordpress broken links error’ is closed to new replies.