adrian
public php v1 · immutableHow to fix broken Infimum WP theme @ http://www.acroyear2.org/infimum/The offending line is #54 in index.phpOriginal (broken) :<?php if (get_the_tags()) the_tags('Tags: ', ', ', '.'); ?><? } ?></p>Fixed:<?php if (get_the_tags()) the_tags('Tags: ', ', ', '.'); ?><?php } ?></p>