well i was wondering i have lots of time over the next couple of months and was wondering if there is any demand for them props go to NikhilG for teaching me tho but would you buy them from me hopefully this doesnt break the rules of kinda copying NikhilG thread so what do you guys think
Depends, If you keep the price reasonable, and can prove that your blogs can make money. I would be glad to buy some from you. If it saves me time and I know I can make my investment back, then it's a no brainer.
Autoblogs are so hot right now that anything you do related to them, will work. just like LHaskins said keep it in a reasonable price , provide proof that the blog you make an earn and your golden. but on the other hand people at dp sell them for about $5 so your will have to be unique in order to call it a success .
Yeah, The price point for blogs are all over the place. There are people on this forum that charge up to $150 for a single blog! That's a lot of money for something that "might" make you $.50 to $1 a day. I try to get mine in the $10 ballpark, any more than that and I might as well make them myself. Here is a idea, that might put you over the competition.....niche research. Finding a profitable niche, is the number one largest stumbling block for most beginners (and experienced people). It's a balancing act for autoblogs, a niche with little Competition, but with enough content out there to make auto updating worthwhile. Keep in mind that people here are not stupid, I'm well aware, that after you set up a blog you can "clone" the setup and plugins. For someone setting up blogs to sell, that means it takes you very little time to make a new blog. So the niche research really is the most important selling point of a blog.
http://howtodopilates.hyperphp.com/ its getting 45 posts this week just set it up doing well would you pay for this site?
One thing I noticed about your site was that everything is posted by Nikhil Gupta. Strange, don't you think? He writes a thread about auto blogging and suddenly he is getting backlinks from everybody who used his 'famous' plugins.
Sorry but gotta tell you I would be concerned to buy many autoblogs from you if you are not sure how to change the title in wordpress. Go to yoursite.com/wp-login.php Wordpress 2.7 Go to the left menu bar and select Settings Then click where it says General Once the screen loads you will see it says Blog Title and BLog Tag line. Change the text in those fields.
how much price u are selling for each blogs does u create niche based blogs which u tell u niches and which theme ur are usinf fir ur site man let me know this Santhiosh Kumar
That's not what he's talking about. To make a wp blog to begin with, you already provide a 'sitename' so really it should have appeared already. Logically then therefore, it is just the template that needs editing. If you view the source mate, you see this: Code: <div id="header"> <strong><a href="http://howtodopilates.hyperphp.com" class="logo">SiteTitle.com</a></strong> Notice the 'sitetitle.com'? Edit that. Whether it be to add an image or to add the actual site title, that's the only way you are going to change it. Take those links out linking back to Nikihl. It's done via CC--- find your links.txt file and delete those links out. Any posts that have been posted or are about to be posted though will still show so you'll have to manually edit those links out. I'd also recommend a few other plugins including ones to bring traffic as you don't even have a social bookmarking plugin installed. Better monetizing of the blogs would be recommended [one ad at the very bottom of the blog will not likely prove as profitable] if you want to 'sell' your blogs. Setting these up in mass quantities is time consuming and tedious [depending on how much configuration you do on the backend] so my only other recommendation would be to actually know that you want to do it and at what price per hour you want to be paid [as a basic setup should take about that and if you are going to do premium setups you may want to add an extra half].
done the links part the template is in php iv searched but coudent find the link it should be in the header right?
Code: <div id="footer"> <ul> <li <?php if(is_home()) : ?> class="active" <?php endif; ?>><a href="<?php bloginfo('home'); ?>">Home</a></li> <?php global $head_menu; list_pages('title_li=&include='.$head_menu ); ?> </ul> <span><a href="http://www.fitnessfootwear.com/resources/">Fitness Footwear resources</a></span> </div> <div id="header"> <strong><a href="<?php bloginfo('home'); ?>" class="logo">SiteTitle.com</a></strong> <ul class="nav"> <li <?php if(is_home()) : ?> class="active" <?php endif; ?>><a href="<?php bloginfo('home'); ?>">Home</a></li> <?php global $head_menu; list_pages('title_li=&include='.$head_menu ); ?> </ul> </div> </div> </body> </html> edit i see it now