• Resolved trypgirl

    (@trypgirl)


    I am getting the “Powered by WordPress MU and WP.MU” footer added to the bottom of all of my sites in addition to the footer being called by the theme.

    When I go into any theme’s footer.php and remove <?php wp_footer(); ?> it gets rid of it but also disables the admin bar.
    Here is an example of the code it is dropping:

    </div><!-- end wrapper -->
    Powered by <a href="https://wordpressmu.org">WordPress MU</a> and <a
    href="https://wp.mu">WP.MU</a>
    
    <script type="text/javascript">

    Or you can check our rachelsadd.com or inwhichpopup.com

    If the code was tagged with any sort of CSS I would just tweak that but alas I need to find what is generating the code…

    Any help is much appreciated.

Viewing 10 replies - 1 through 10 (of 10 total)
  • Moderator Ipstenu (Mika Epstein)

    (@ipstenu)

    ?????? Advisor and Activist

    Are you hosted by https://wp.mu/?

    Thread Starter trypgirl

    (@trypgirl)

    Nope… hosting through psek.com

    Moderator Ipstenu (Mika Epstein)

    (@ipstenu)

    ?????? Advisor and Activist

    What plugins are you using? Have you tried turning them off?

    There’s nothing in WP core that references either wp.mu or wordpressmu.org so it’s either your theme (not), your plugins (maybe) or your host.

    Thread Starter trypgirl

    (@trypgirl)

    This is what I am running. Oh, and I had sent a support ticket to my host… they basically said it wasn’t them.

    Active
    Akismet
    Custom Post Type UI
    Google Analytics
    Search Everything
    Wordpress Importer
    Wordpress MU Domain Mapping

    Must Use
    Additional Tags
    Admin Ads
    Admin Message
    Ad widget lite
    Avatars
    Avatars (Comments)
    Avatars (Posts)
    Avatars (Widget)
    Blog Activity
    Blogs Widget
    Comment Indexer
    Default Theme
    Post Indexer
    Recent Comments Widget
    Recent Posts Widget
    Remember Me Checked
    Remove WPMU remote calls
    Signup TOS
    Site Shutdown
    Tips
    User Activity
    WP.MU
    WP Latex Math

    Moderator Ipstenu (Mika Epstein)

    (@ipstenu)

    ?????? Advisor and Activist

    WP.MU

    What’s that?

    Also any plugins from wpmudev (like Remove WPMU remote calls) may be using that, since https://wp.mu/ is them

    While putting in ads like that in your footer is against the WP rules, they’re not enforced for plugins hosted outside the WordPress repository.If any plugins from this domain ARE doing that, let me know!

    Thread Starter trypgirl

    (@trypgirl)

    All of the “Must Use” plugin were not plugins that I can control via the dashboard, nor do I recall intentionally loading them.

    I am thinking that I am going to have to pick them apart to figure out what is doing it. The only plugin I can recall that ties back to them is the Domain mapping. Oh, and before I start fiddling with “must” plugins I will have to research what is safe for me to tool with.

    Moderator Ipstenu (Mika Epstein)

    (@ipstenu)

    ?????? Advisor and Activist

    All of the “Must Use” plugin were not plugins that I can control via the dashboard, nor do I recall intentionally loading them.

    That’s … Not good. Rename mu-plugins to mu-plugins old and see if that changes it. That’s the down and dirty way to do it.

    If it remains, then have another talk with psek (I think they have a hosting partnership with IncSub, who is the power behind wp.mu). NONE of those URLs are from WordPress, none are for official WP sites. They’re all from WPmudev.com and that sort of injection is not permitted on www.remarpro.com provided themes and plugins.

    Thread Starter trypgirl

    (@trypgirl)

    Did as you advised and low and behold issue gone. What the hell is the “mu-plugins” folder and must I have it? (sorry if that is a lame question)

    Thread Starter trypgirl

    (@trypgirl)

    Thanks for the help. It was the wp.mu.php file that was doing it. Removed it from the directory and the issue is resolved.

    Moderator Ipstenu (Mika Epstein)

    (@ipstenu)

    ?????? Advisor and Activist

    The mu-plugins folder are plugins that are auto-run on all sites in your network. It’s best used for plugins that need no interaction, or sitewide functions. Nothing’s wrong with using it, but they’re all on, for all sites, all the time.

Viewing 10 replies - 1 through 10 (of 10 total)
  • The topic ‘footer removal, non theme related’ is closed to new replies.