Viewing 7 replies - 1 through 7 (of 7 total)
  • @sunnynsac — Thanks for using nRelate on your site. I don’t currently see nRelate on your homepage, but you can control this option under your “Layout Settings” on the plugin’s main settings page when logged into WP – here’s a screenshot for reference: https://www.dropbox.com/s/f86j2qldut5cwq6/layoutsettingsauto.png?dl=0

    Let us know if you need more help at all.

    – Katrina @ nRelate

    The layout options for nRelate Version 1.3.1 dont work in WordPress 4.0. I have Front Page / Main Page options UNCHECKED and nRelate will not go away. Worked fine in previous versions prior to recent upgrade(s) of WP / nRelate. https://nyc.locationscout.us Thx

    @rrhobbs — We weren’t able to reproduce the issue on test sites when running nRelate version 1.3.1 with the latest WP 4.0. Can you send over your theme files to [email protected] so we can take a closer look?

    – Katrina @ nRelate

    upsangel

    (@upsangel)

    https://gist.github.com/michaeltieso/9794479

    thx for michaeltieso

    it works for me.

    katrina@nrelate

    (@katrinanrelate)

    @rrhobbs — Please add this code to your child theme’s functions.php file to fix the issue:

    function hide_nrelate_from_posts($load_nrelate) {
    if ( is_page(498) ) {
    $load_nrelate = false;
    }
    return $load_nrelate;
    }
    add_filter(‘nrelate_related_is_loading’, ‘hide_nrelate_from_posts’);

    – Katrina @ nRelate

    rrhobbs

    (@rrhobbs)

    Thanks – will the new code be added to a new version of nRelate?

    katrina@nrelate

    (@katrinanrelate)

    @rrhobbs — It won’t be added to a new version of nRelate since this issue doesn’t apply to all of our users as this is a special case due to the way your homepage is set up.

    Let us know if you need help editing your functions file to add in this code.

    – Katrina @ nRelate

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘remove from home page’ is closed to new replies.