Hello
Thanks for sending over the code, but that did not solve the trick unless “random’ happens daily versus each time a user comes to the page. If you look at this category page… http://www.professorshouse.com/family/children/ the topics never change.
Another issue i have is trying to get rid of the comments and dates for each post. I have tried the suggested code in the forums, but this does not remove it. That said it does remove it from individual posts and on our ‘pages’
.post-meta-infos, .news-time{
display: none;
}
.slide-meta { display: none; }
.entry-content .post-meta-infos {
display: none;
}
.post-meta-infos {
display: none !important;
}