0

UTW e Hemingway

I recently found out that Hemingway theme for wordpress and Ultimate Tag Warrior have a small issue working together, in particular embedded tags don’t show properly in the homepage, the tagging system works but instead of a link being displayed you can actually see all the “(tag]….[/tag)” block.

You need to change the template of your homepage from < ?php $hemingway->excerpt() ?> to
a more classic < ?php the_content('

Read the rest of this entry »’); ?>

This way you wan’t have an excerpt of your article by default in your homepage but you have to use the proper line breaker< !-##-more-##-> without the 4 symbols “#”

Leave a Reply