Creating mass blogs with WordPress

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Sly
    Let's do some business!
    • Sep 2004
    • 31375

    #1

    Creating mass blogs with WordPress

    I have WordPress set up as a blog host on my server. I need to create 200 blogs. What's the easiest way to do this without manually creating each one? Is there a script for mass creation?

    Also, what's the easiest way to share a common list of links (or widget) within the same network of blogs? For example, a blogroll.
    Vacares - Web Hosting, Domains, O365, Security & More - Paxum and BTC Accepted

    Windows VPS now available
    Great for TSS, Nifty Stats, remote work, virtual assistants, etc.
    Click here for more details.
  • CaptainWolfy
    Playa
    • Dec 2005
    • 8439

    #2
    there u go http://managewp.com/

    Comment

    • Why
      MFBA
      • Mar 2003
      • 7230

      #3
      Originally posted by CaptainWolfy
      i concur, and better start soon, i think their pricing is going up.

      Comment

      • pimpware
        Confirmed User
        • Jan 2006
        • 1673

        #4
        Originally posted by Sly
        I
        Also, what's the easiest way to share a common list of links (or widget) within the same network of blogs? For example, a blogroll.
        1 - To execute php in your stuff you need the plugin "Exec-PHP"

        2 - Put your links inside a php file and host it somewhere ...

        3 - Then put this code inside a text widget of each blog

        <?php
        $homepage = file_get_contents('http://yourdomain.com/blogroll.php');
        echo $homepage;
        ?>


        Hope this helped you
        icq: 284494832
        realsexforyou.com

        Comment

        • VenusBlogger
          So Fucking Banned
          • Nov 2011
          • 1540

          #5
          I can't believe the amount of help that people give on WordPress threads.

          Why nobody gives this kind of help when someone asks about other topics?

          Just wondering.

          Comment

          • fris
            Too lazy to set a custom title
            • Aug 2002
            • 55679

            #6
            Originally posted by pimpware
            1 - To execute php in your stuff you need the plugin "Exec-PHP"

            2 - Put your links inside a php file and host it somewhere ...

            3 - Then put this code inside a text widget of each blog

            <?php
            $homepage = file_get_contents('http://yourdomain.com/blogroll.php');
            echo $homepage;
            ?>


            Hope this helped you
            not really a good idea.
            Since 1999: 69 Adult Industry awards for Best Hosting Company and professional excellence.

            Comment

            • CyberHustler
              Masterbaiter
              • Feb 2006
              • 28718

              #7
              Originally posted by VenusBlogger
              I can't believe the amount of help that people give on WordPress threads.

              Why nobody gives this kind of help when someone asks about other topics?

              Just wondering.
              “If you can convince the lowest white man he’s better than the best colored man, he won’t notice you’re picking his pocket. Hell, give him somebody to look down on, and he’ll empty his pockets for you.”

              Comment

              • Sly
                Let's do some business!
                • Sep 2004
                • 31375

                #8
                I don't really understand how that service above works. I read through the site and didn't quite get it. They can perform all of those functions on my install?

                Originally posted by fris
                not really a good idea.
                Do you have a more secure solution?
                Vacares - Web Hosting, Domains, O365, Security & More - Paxum and BTC Accepted

                Windows VPS now available
                Great for TSS, Nifty Stats, remote work, virtual assistants, etc.
                Click here for more details.

                Comment

                • Mrwww
                  Confirmed User
                  • Mar 2012
                  • 374

                  #9
                  Wordpress Multisite.

                  If you have softaculous on your server then there is an option to install MU with wordpress somewhere in the install steps.

                  Simple, easy and free.

                  You can set up 200 blogs on it with just a few clicks, from the network admin you can assign widgets that will be shown across all blogs.

                  D.


                  DattonMedia
                  Affordable design and media.
                  Daniel Datton
                  // ICQ: 9 0 5 9 2 8
                  support
                  @dattonmedia.com

                  Comment

                  • Mrwww
                    Confirmed User
                    • Mar 2012
                    • 374

                    #10
                    http://mu.wordpress.org/


                    DattonMedia
                    Affordable design and media.
                    Daniel Datton
                    // ICQ: 9 0 5 9 2 8
                    support
                    @dattonmedia.com

                    Comment

                    • Sly
                      Let's do some business!
                      • Sep 2004
                      • 31375

                      #11
                      Originally posted by Mrwww
                      I have that.

                      How do I set up 200 blogs with a couple clicks? And how do I share the same widget with the same settings throughout those 200 blogs?
                      Vacares - Web Hosting, Domains, O365, Security & More - Paxum and BTC Accepted

                      Windows VPS now available
                      Great for TSS, Nifty Stats, remote work, virtual assistants, etc.
                      Click here for more details.

                      Comment

                      • TheSquealer
                        Mayor of Thneedville
                        • Oct 2004
                        • 26172

                        #12
                        Link Farm Evolution used to work very good for that. Just use your own hosts as the target hosts.
                        .
                        Yes, fewer illegal immigrants working equates to more job opportunities for American citizens.

                        Rochard

                        Comment

                        • Colmike9
                          (>^_^)b
                          • Dec 2011
                          • 7230

                          #13
                          I'll do it for $2/blog set up to auto post daily for a year or two each depending on your promo content all done in about 2 days..

                          SEO work optional
                          Join the BEST cam affiliate program on the internet!
                          I've referred over $1.7mil in spending this past year, you should join in.
                          I make a lot more money in the medical field in a lab now, fuck you guys. Don't ask me to come back, but do join Chaturbate in my sig, it still makes bank without me touching shit for years..

                          Comment

                          • Colmike9
                            (>^_^)b
                            • Dec 2011
                            • 7230

                            #14
                            Originally posted by Sly
                            I have that.
                            And how do I share the same widget with the same settings throughout those 200 blogs?
                            Put code like this in functions.php for each template that you're using:

                            class My_Widget extends WP_Widget {
                            function My_Widget() {
                            parent::WP_Widget(false, 'Test Widget');
                            }
                            function form($instance) {
                            // outputs the options form on admin
                            }
                            function update($new_instance, $old_instance) {
                            // processes widget options
                            return $new_instance;
                            }
                            function widget($args, $instance) {
                            // outputs widget content
                            }
                            }
                            register_widget(My_Widget');
                            Join the BEST cam affiliate program on the internet!
                            I've referred over $1.7mil in spending this past year, you should join in.
                            I make a lot more money in the medical field in a lab now, fuck you guys. Don't ask me to come back, but do join Chaturbate in my sig, it still makes bank without me touching shit for years..

                            Comment

                            • smutnut
                              So Fucking Banned
                              • Jul 2007
                              • 5889

                              #15
                              Don't do it! You will have no authority. Create extra blogs off the mulitisite but manually create the posts. You will get much more traffic. You have no idea what google is doing now. I don't either, but it isn't good for duplicate content and importing and such.

                              Comment

                              Working...