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.
Creating mass blogs with WordPress
Collapse
X
-
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.Tags: None -
-
i concur, and better start soon, i think their pricing is going up.there u go http://managewp.com/Comment
-
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.comComment
-
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
-
not really a good idea.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
Comment
-
“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
-
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
-
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.Comment
-
Comment
-
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
-
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.
RochardComment
-
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
-
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
-
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



Comment