How to install mulitple Wordpress plugins at once?

18 replies
  • WEB DESIGN
  • |
Does anyone know if there is a way to install multiple Wordpress plugins at once?

...or better yet, I use the same exact theme that I have slightly modified on every blog I make. Is there a way to have the plugins already in my theme folder so that I can automatically have them everytime I upload the theme to a new blog?
#install #mulitple #plugins #wordpress
  • Profile picture of the author AceOfShirts
    You should be able to unzip the theme on your computer, add the plugins, then re-zip the file. Then when you upload the theme all the plug-ins should be there.

    If you don't have your theme zipped then it is one step easier.

    I also used to just upload everything at once with an FTP program.

    Post again if this doesn't work.

    Dennis Graves
    {{ DiscussionBoard.errors[1644478].message }}
  • Profile picture of the author NateDesmond
    Originally Posted by A1Guru View Post

    Is there a way to have the plugins already in my theme folder so that I can automatically have them everytime I upload the theme to a new blog?
    You can insert all your themes and plugins by downloading your wp-content folder from your current website and re-uploading it to your new website.

    The wp-content folder contains all the themes and plugins.

    Important: The wp-content folder also contains all your posts and pages, so you will have to manually delete these on your new blog.

    Hope this helps!
    Signature
    I write on...

    ...www.NateDesmond.com
    - A blog that explores the confluence of product design, marketing, and data analysis.
    {{ DiscussionBoard.errors[1644494].message }}
    • Profile picture of the author Istvan Horvath
      Originally Posted by NateDesmond View Post

      Important: The wp-content folder also contains all your posts and pages, so you will have to manually delete these on your new blog
      That's absolutely incorrect!

      All your entries - posts, pages, comments - are in the database, never in files.

      As it was pointed out several times, the wp-content directory has only the follwoing directories:
      /plugins
      /themes

      Of course, if it is a working blog and you have uploaded any kind of media (images, video etc.) there should be another directory:
      /uploads (it may or may not have subdirs, depending on your settings)

      To the OP: you could have your custom wp-content folder with your theme(s) and plugins - just replace the original with your via FTP - however, you still need to activate each plugin because their active or inactive status is (again) stored in the database!
      Signature

      {{ DiscussionBoard.errors[1645356].message }}
      • Profile picture of the author rosetrees
        Wordpress MU?
        {{ DiscussionBoard.errors[1645404].message }}
        • Profile picture of the author Istvan Horvath
          Originally Posted by rosetrees View Post

          Wordpress MU?
          If you have the blogs on 147 different domains... very unlikely
          Signature

          {{ DiscussionBoard.errors[1645410].message }}
          • Profile picture of the author rosetrees
            Dohhhhhh - I misread the OP. I read it as multiple sites not plugins. I'll go and lie down in a darkened room - I'll be fine!

            Originally Posted by Istvan Horvath View Post

            If you have the blogs on 147 different domains... very unlikely
            {{ DiscussionBoard.errors[1645472].message }}
          • Profile picture of the author cma01
            Originally Posted by Istvan Horvath View Post

            If you have the blogs on 147 different domains... very unlikely
            Why? Does a WPMU installation start slowing down too much after a certain number of domains?

            I use WPMU for multiple blogs each with individual domains. I only have one site that uses the subdomain feature.

            Every blog, whether it's on its own domain or a subdomain creates it's own set of database tables for each blog. I can't see that the domain rewriting would make that much difference.
            Signature
            "Wise men talk because they have something to say; fools, because they have to say something."
            ~ Plato
            {{ DiscussionBoard.errors[1646412].message }}
            • Profile picture of the author entry
              [DELETED]
              {{ DiscussionBoard.errors[1646445].message }}
              • Profile picture of the author FredFarnes
                Originally Posted by entry View Post

                Nice posts people. Can you try to answer my questions plz...
                Here is a suggestion for your excellent questions.

                Instead of hijacking someone else's thread, start your own one. If you are not going to help the original poster with their question, then get your own thread.
                Signature

                So, you want to sell me another way to easily make "X" dollars in "X" days? ROFL too funny! IM success requires hard work and lots of time. Most newbies do not survive the steep learning curve. Anyone who says otherwise is probably selling you a fantasy.

                {{ DiscussionBoard.errors[1646493].message }}
                • Profile picture of the author entry
                  Originally Posted by FredFarnes View Post

                  Here is a suggestion for your excellent questions.

                  Instead of hijacking someone else's thread, start your own one. If you are not going to help the original poster with their question, then get your own thread.
                  hmm, suggestion noted, although the question was kinda related to the original post.
                  Signature
                  I Have to say a Massive...THANK YOU to every Warrior who has helped me, and thanks to every warrior who helps me in the future...
                  {{ DiscussionBoard.errors[1646516].message }}
                  • Profile picture of the author FredFarnes
                    Originally Posted by entry View Post

                    hmm, suggestion noted, although the question was kinda related to the original post.
                    It will help to have a separate thread, more people will notice it instead of thinking your message was a reply.
                    Signature

                    So, you want to sell me another way to easily make "X" dollars in "X" days? ROFL too funny! IM success requires hard work and lots of time. Most newbies do not survive the steep learning curve. Anyone who says otherwise is probably selling you a fantasy.

                    {{ DiscussionBoard.errors[1646696].message }}
                    • Profile picture of the author gman2319
                      I have a copy of a single zip containing the entire plugins folder. And upload to the plugins folder extract. Bulk Option Activate and Activate all.

                      I havent tried the WP-Content idea yet, but that makes sense. Sometimes I do tweak Themes and plugins combined. It would make it compatible if i can upload the whole folder then.
                      Signature

                      My Signature..MY SIGNATURE!

                      {{ DiscussionBoard.errors[1648846].message }}
  • Profile picture of the author Leslie B
    You don't have to download the theme folder only, like Nate says, you have to download the wp-content folder (the full folder). Then everytime you start a new blog just upload the content of that wp-content folder to your new blog. But he's not correct when he says that this folder contains the blog posts and pages, they do include the uploads you did, but not the posts/pages (at least, I never had that happen).

    HTH

    Leslie
    Signature
    Taking it one day at a time!
    {{ DiscussionBoard.errors[1644529].message }}
  • Profile picture of the author Marketstriker
    There are Wordpress plugins that allow you to install one or more plugins by typing the names of the plugins or downloading URLs in a text area. This means you can install all your Wordpress plugins in one go.
    {{ DiscussionBoard.errors[1645851].message }}
  • Profile picture of the author Istvan Horvath
    To the OP: maybe this plugin...?
    Plugin Central
    Signature

    {{ DiscussionBoard.errors[1646364].message }}
    • Profile picture of the author Vikram73
      I use FileZilla & WinSCP to just drag and drop the unzipped plugin directory over to the remote 'plugins' directory on my hosting service.

      Then I just click 'activate' in the GUI and configure options if needed.
      {{ DiscussionBoard.errors[1646381].message }}
      • Profile picture of the author Istvan Horvath
        Originally Posted by vikramd View Post

        I use FileZilla & WinSCP to just drag and drop the unzipped plugin directory over to the remote 'plugins' directory on my hosting service.

        Then I just click 'activate' in the GUI and configure options if needed.
        That's very nice...

        In your post #11 you should also mention that you did read the original post (OP) before replying - because this time you didn't
        Signature

        {{ DiscussionBoard.errors[1646389].message }}
  • Profile picture of the author Marcus Demanse
    Try checking out Improved Plugin Installation, it allows installation of as many plugins as you want just need to type in the plugin names on a multi-line field.
    {{ DiscussionBoard.errors[4873912].message }}

Trending Topics