Il blog di Gas

Solo un altro sito WordPress

UTW e Hemingway

without comments

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 “#”

Written by gas

gennaio 7th, 2007 at 2:46 pm

Posted in Linux

Leave a Reply