Posting yesterday was so quick, I hope it’s OK to post once more with the last issue I’m having.
I removed the entry titles because I have a static front page and the title was getting in the way, but now the search results are unusable because there are no titles, and thus no links, showing up.
Any idea how I can solve this?
Thanks!
Website: http://www.flapperfortunes.co.uk
If you only want to hide the title on the front page try adding this style:
.page-id-22 .entry-title {
display: none;
}