Forum Replies Created

Viewing 1 post (of 1 total)
  • Author
    Posts
  • in reply to: Sorting posts on category pages #619493

    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;
    }

Viewing 1 post (of 1 total)