Related Posts – Display Settings - by kybalio

This topic has 4 replies, 3 voices, and was last updated 8 years, 8 months ago ago by Eva Kemp

  • Avatar: ky
    kybalio
    Participant
    August 5, 2015 at 17:48

    Hi

    I read that your Related posts were driven from the framework/theme-functions.php file but it puzzles me why this isn’t all kept in one of your 8theme widgets so we don’t have to change css code and add an override custom css.

    However, how do I remove the date or force a square image in these related page bottom posts or to switch them off completely?

    It’s also strange how all your widgets on the widgets page don’t give the option in the dropdown for page bottom position, or front page, just sidebars and footers.

    Many thanks

    Kybalio

    3 Answers
    Avatar: Jack Richardson
    Jack Richardson
    Support staff
    August 6, 2015 at 08:00

    Hello,

    To remove related posts go to Theme Options > Blog Layout > Show Related posts > Off.

    Best regards,
    Jack Richardson.

    Avatar: ky
    kybalio
    Participant
    August 6, 2015 at 13:59

    Thanks Jack

    If I want to keep them on, but want to just remove the date or force a square image instead of rectangular, in these related page bottom posts, how might I do those?

    Thanks

    Ky

    Avatar: Eva
    Eva Kemp
    Support staff
    August 6, 2015 at 18:39

    Hello,

    To remove date you can use this code in custom.css:

    .meta-post {
       display: none;
    }

    To make square image use this code:

    .post-news img {
       height: 200px;
    }

    Regards,
    Eva Kemp.

  • Viewing 4 results - 1 through 4 (of 4 total)

You must be logged in to reply to this topic.Log in/Sign up

We're using our own and third-party cookies to improve your experience and our website. Keep on browsing to accept our cookie policy.