Viewing 1 replies (of 1 total)
  • Maybe not the best solution, but this worked for me:

    On line 166 of this file:

    wp-content/plugins/recent-posts-widget-extended/includes/functions.php

    Find this code

    esc_attr( get_the_title() )

    and remove the esc_attr() function, so the code becomes:

    get_the_title()

Viewing 1 replies (of 1 total)
  • The topic ‘Support for tags’ is closed to new replies.