Is it possible to bold certain words in a post title?

Yes, you can use HTML elements in post titles by default. If your output is escaped a plugin or theme might have touched that. Disable all plugins and switch to TwentyEleven. This will help you to identify the source.

Note that markup is stripped in some places where it is not allowed: title attributes and elements, feed markup, nav menus. You should not break that.

Also make sure your markup is valid and allowed for your user role. The kses filter will try to remove it otherwise.

Leave a Comment