• Resolved chc1983

    (@chc1983)


    Hi there,

    I’m loving the theme. I am just wondering if I can either :

    1) Make the related posts thumbs the same size as the thumbs in the main grid so that images aren’t cropped so much.

    Example:
    http://www.christianhclark.com/travellers/

    I poked thru the code but could not figure out a solution.

    or

    2) The other option is to just delete the related posts section. Is that possible?

    I was also wondering if it’s possible to add a next or previous button within a category.

    Thanks so much for any help you can provide!

Viewing 2 replies - 1 through 2 (of 2 total)
  • Theme Author Anders Norén

    (@anlino)

    Hi @chc1983,

    1) Not easily, or out of the box, unfortunately.

    2) That is possible. If you go to the Custom CSS tab in Apperance > Customize, you can add the following and click save to hide the related posts:

    .related-posts-wrapper { display: none; }

    The better way to do it would be to create a child theme with an empty related-posts.php file, since the CSS solution will still query and output the posts to the page (and just hiding them after the fact). It’s also a bit more complicated, though.

    Edit: Oh, and as for the pagination, there should already be one in the bottom of post categories, provided there are enough posts in that category for them to be displayed. The number of posts listed on single categories adheres to the value set for Posts per page on Settings > Reading.

    • This reply was modified 6 years, 8 months ago by Anders Norén.
    Thread Starter chc1983

    (@chc1983)

    Thanks for your response. Follow ups:

    1 – Can you point me towards which file handles the cropping of the images in related posts so I can tinker?

    2 – Can related posts be from the same tag by any chance?

    3 – For next/previous buttons, I was asking about if you are on an individual project’s page and you want to go to the next or previous project in that same category instead of having to go back to the previous page with the listing of all the projects in that category and select another. Is that doable somehow?

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Related Posts’ is closed to new replies.