Remove Tags

Hi how can I remove the tags from the bottom of the posts.

Regards Christian

You can simply hide them by adding this to Theme Options - Other - Custom CSS

.post .tags {
    display: none;
}

Let me know if this is what you were looking for.

thanks so much