This topic has 4 replies, 3 voices, and was last updated 9 years, 3 months ago ago by Eva Kemp
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
Hello,
To remove related posts go to Theme Options > Blog Layout > Show Related posts > Off.
Best regards,
Jack Richardson.
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
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.
You must be logged in to reply to this topic.Log in/Sign up