Genesis (StudioPress) users, help me get the WPMUDEV Infinite SEO plugin recognized by their framewo

Hi,

If you’re a StudioPress Genesis user, would you like to support my request there please:

http://www.studiopress.com/support/showthread.php?p=432448#post432448

Jut to clarify: I want the SEO features of Genesis to be disabled when using the Infinite SEO plugin. It works with other SEO plugins, but not this one because it is not natively recognized by Genesis.

Here is a copy of my post there

I’ll be using the Infinite SEO plugin too. Please could you add it to your list of natively “recognized” SEO plugins? I’m asking this because this WPMUDEV plugin is most likely to be used in Multisite environments that are running several different themes. That means that we would have to edit not only one functions.php file, but every Genesis child theme that we pretend to use in our networks. This would not be optimal.

  • Timothy
    • Chief Pigeon

    Ah, I don’t know Nick and couldn’t comment on what he supports.

    I presume in their theme they have a simple check to see if any of the other plugins are installed and is so then not to display their SEO. If you know the function or hook you might be able to make a plugin to turn it off for all.

    I don’t have any of their themes so I wouldn’t be able to look sorry.

    Perhaps someone else has an idea about this if they use their themes?

  • Han
    • The Crimson Coder

    @Lorange sorry about “Andrew” :slight_smile:

    If you want to modify the genesis framework yourself, you can do it by inserting just one line of code into genesis/lib/functions/seo.php , find line 177-182, and replace with

    'classes' => array(
    'wpSEO',
    'All_in_One_SEO_Pack',
    'HeadSpace_Plugin',
    'Platinum_SEO_Pack',
    'WPS_AutoLinks',
    ),

    WPS_AutoLinks is a class in infinite seo plugin. If they are not willing to add this plugin to the list, just remember this modification when you upgrade genesis and you should be good. :slight_smile:

  • Timothy
    • Chief Pigeon

    Hey there! :slight_smile:

    Just checking in to see how things are going with this one and if you need any further help. :slight_smile:

    How did riyakus excellent suggestion work for you?

    We haven’t heard from you on this thread for a while, perhaps you got help over email. I’m going to presume your all fixed up now and don’t need any further assistance.

    However if you have more questions or need some more help then please feel free to respond in this thread or create a new one and we will be more than happy to offer assistance. :slight_smile:

    Take care.