• Hi,

    This is an issue I had when using a calendar plugin and tried to include their custom post type in my main loop. They use HTML elements in “the_title()” whihc is permitted by WordPress but not evaluated through hueman.

    Therefore, this issue could generate problems with a lot of plugins. A very easy solution to this is to replace “the_title()” with “the_title_attribute()” in the three “content-*.php” classes.

    This article describes the problem and the proposed solution very well:
    https://time.ly/forums/topic/span-generated-in-href-title/

    Someone able to fix that for hueman?

    Cheers

The topic ‘Post-title including HTML’ is closed to new replies.