• Resolved Fernando García

    (@promostudio)


    Hello,

    Have been tested this plugin in a multisite installation? Does it work fine (sitemaps, robots.txt, etc?

    Thank you!

Viewing 6 replies - 1 through 6 (of 6 total)
  • Plugin Author Rank Math

    (@rankmath)

    Hello @promostudio

    Thank you for contacting the support.

    Yes, the plugin is 100% compatible with the multisite.

    In fact, Rank Math’s main website uses WP multisite.

    If you have any questions, please feel free to ask. We are here to help.

    Thread Starter Fernando García

    (@promostudio)

    Ok, thank you!

    Plugin Author Rank Math

    (@rankmath)

    Hello @promostudio

    We are super happy that this resolved your issue. If you have any other questions in the future, know that we are here to help you.

    If you don’t mind me asking, could you please leave us a review (if you haven’t already) on https://www.ads-software.com/support/plugin/seo-by-rank-math/reviews/?rate=5#new-post about your overall experience with Rank Math? We appreciate your time and patience.

    If you do have another question in the future, please feel free to create a new forum topic, and it will be our pleasure to assist you again.

    Thank you.

    Operating the plugin is a piece of cake, but RankMath is as powerful as a tank engine.

    I tried this on MU install and it shows links that should not be shown in the general settings section to subsite admins. For example there is a menu item “Edit htaccess”. This should not be available for Admins, only Super admin.

    Plugin Author Rank Math

    (@rankmath)

    Hello @mborin

    Thank you for bringing this to our attention.

    We have fixed it internally and it will be included in one of the upcoming updates.

    If you want to fix it right now, you can add the following filter to your theme’s functions.php file:

    add_filter( 'rank_math/settings/general', function( $tabs ){
    	if ( ! is_super_admin() ) {
    		unset( $tabs['htaccess'] );
    	}
    	return $tabs;
    });

    Hope that helps.

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Rank Math in WP Multisite’ is closed to new replies.