Support » Themes and Templates » Fusion theme and comments anchor

  • The theme “Fusion” has a bug in the way it generates the anchor for comments :
    The link around “#1” in “#1 by Monsieur WordPress at 26 avril 2009” is a link to “http://blog-url/path/to/post/#comment-<?php comment_ID() ?>” instead of “http://blog-url/path/to/post/#comment-1” 🙁

    To fix this, follow these steps :
    Open “wp-content/themes/fusion/functions.php”
    Find at line 217 “#comment-< ? php comment_ID() ? >” (without the extra spaces)
    Replace with “#comment-‘.get_comment_ID().'”

    Nice theme anyway 🙂

  • The topic ‘Fusion theme and comments anchor’ is closed to new replies.