Ho messo un href a questo codice, ma a video il testo non si linka, dov'è l'errore?
Codice PHP:
<?php if (1 == get_comments_number()) { printf(__('One thought on “%2$s”', 'wp-portfolio') , number_format_i18n(get_comments_number()) , '<a href="' . get_permalink() . '">' . get_the_title() . '</a>'); } else { printf(__('%1$s thoughts on “%2$s”', 'wp-portfolio') , number_format_i18n(get_comments_number()) , '<a href="' . get_permalink() . '">' . get_the_title() . '</a>'); } ?>