• Resolved girllessordinary

    (@girllessordinary)


    I found the settings for the “You May Also Like” inside of Customize Theme. That is the related posts section I actually like and want to keep.

    I see the “Related” settings under Settings > Reading. But can only find a way to adjust formatting, not a way to turn it off. Any help is highly appreciated!

    The page I need help with: [log in to see the link]

Viewing 3 replies - 1 through 3 (of 3 total)
  • Please add that code in Appearance->Customize->Additional CSS

    #jp-relatedposts{
      display: none !important;
    }
    Moderator t-p

    (@t-p)

    “You May Also Like”

    That’s not a default feature of the WP core.

    So, either that’s a feature of your active theme, or you are using plugin for it.

    If you are not sure, to find out try disabling all plugins, and use one of the default (Twenty*) themes. If the problem goes away, enable them one by one to identify the source of your troubles.

    ___

    If you can install plugins, install and activate “Health Check”: https://www.ads-software.com/plugins/health-check/
    It will add some additional features under the menu item under Tools > Site Health.
    On its troubleshooting tab, you can Enable Troubleshooting Mode. This will disable all plugins, switch to a standard WordPress theme (if available), allow you to turn your plugins on and off and switch between themes, without affecting normal visitors to your site. This allows you to test for various compatibility issues.
    There’s a more detailed description about how to use the Health Check plugin and its Troubleshooting Mode at https://make.www.ads-software.com/support/handbook/appendix/troubleshooting-using-the-health-check/

    Thread Starter girllessordinary

    (@girllessordinary)

    Thanks so much! The additional css did the trick!

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘I have 2 related post sections – how do I remove one?’ is closed to new replies.