• Resolved barbellfocus

    (@barbellfocus)


    When “related posts” appear at the bottom of a post (from the tags), is there a way to edit the thumbnail?
    Ideally, I would like the thumbnail to be a bit larger and also include the post title.
    Also, would it be possible to change the “related posts” to something like “You might also enjoy”?

    Much thanks!

Viewing 2 replies - 1 through 2 (of 2 total)
  • Michael

    (@mh-themes)

    Hello barbellfocus,

    for this you will have to edit the core theme files. Please note that we don’t provide free support for theme customizations.

    But I can give you some tips:

    1.) The thumbnails for related posts are the same as for the “MH Custom Posts” widget. You can find them in functions.php as:

    add_image_size('cp_small', 70, 53, true);

    You can either modify that or add a new thumbnail which is supposed to be used for related posts. After you have added new thumbnails or modified existing ones, you will have to regenerate your thumbnails. More Information:

    https://codex.www.ads-software.com/Function_Reference/add_image_size
    https://www.ads-software.com/plugins/regenerate-thumbnails/

    2.) You can change the title of the related posts box in functions.php and there you can also modify the code to contain the post title. The function is called mh_related() and starts at line 330. More Information:

    https://codex.www.ads-software.com/get_the_title

    3.) Before you make these changes, I recommend you create a child theme first, otherwise your changes will be lost after theme updates:

    https://codex.www.ads-software.com/Child_Themes

    To make all these changes, you will need at least basic HTML, CSS and PHP skills. If you are unsure how to do it, I recommend you use a plugin for the related posts instead. There are several plugins for related posts out there. ??

    Regards
    Michael

    Thread Starter barbellfocus

    (@barbellfocus)

    Thanks for the info Michael!

    Duly noted on the support for theme customization ??

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