Hi Daniel,
In blog layout I need read more to be turned on.
I want !Joomlacomment in article layout, but not in blog layout.
How to get rid of !joomlacomment in blog layout?
Thanks!
My url:
www.welkegeneeswijzewerkt.nl/index.php?o...mid=16&limitstart=20
You will see I allready got rid of !joomlacomment in blog-layout, but my solution doesn't seem like a proper one to me:
I added to my css:
td.article_column span.modifydate,
td.article_column div.write_comment {
display: none;
height: none;
position:absolute;
}