Is there a simple way or plugin that will allow you to add posts to a wordpress blog and date them in the past. To make it look like it has been online longer than today...
I'd like to know if there's a way to do this from an offsite program.. Been trying to get it to work but have failed..
Also, unless wordpress has changed things, the pinging happens when you post them, not when they actually "show up".. In other words, if you add 30 predated entries, all the pings will happen as you add them and not over the next 30 days (assuming they're 1 per day). There are supposed to be some plugins to "fix" this, but I haven't looked into it.
I'd like to know if there's a way to do this from an offsite program.. Been trying to get it to work but have failed..
Also, unless wordpress has changed things, the pinging happens when you post them, not when they actually "show up".. In other words, if you add 30 predated entries, all the pings will happen as you add them and not over the next 30 days (assuming they're 1 per day). There are supposed to be some plugins to "fix" this, but I haven't looked into it.
it used to be that way a long while ago, but i believe they fixed that bug around WP 2.0 if I am not mistaken
BUT, rsstoblog will do what you are talking about...you can load it up with all your posts and tell it to post once a day and cycle through all the posts you enter into it, and it will post out to however many blogs you want and email you when your posts are all used up
I'd like to know if there's a way to do this from an offsite program.. Been trying to get it to work but have failed..
Also, unless wordpress has changed things, the pinging happens when you post them, not when they actually "show up".. In other words, if you add 30 predated entries, all the pings will happen as you add them and not over the next 30 days (assuming they're 1 per day). There are supposed to be some plugins to "fix" this, but I haven't looked into it.
Cron Future Pings, but I'm not sure if its updated and tosses errors now and then.
it used to be that way a long while ago, but i believe they fixed that bug around WP 2.0 if I am not mistaken
BUT, rsstoblog will do what you are talking about...you can load it up with all your posts and tell it to post once a day and cycle through all the posts you enter into it, and it will post out to however many blogs you want and email you when your posts are all used up
Will rsstoblog post into the correct categories? Lets say if you have a few categories on a blog can you set it to post to the correct category?
In November, you can vote for America's next president or its first dictator.
BUT, rsstoblog will do what you are talking about...you can load it up with all your posts and tell it to post once a day and cycle through all the posts you enter into it, and it will post out to however many blogs you want and email you when your posts are all used up
Does it need access to the WP db in order to do that? I'm trying to have a central db of my blog shit and have it post to the external blogs which includes some free hosted ones. Been trying to use metaWeblog commands etc. but it's not working.. Can't set the date and can't set the file name (post slug).
Does it need access to the WP db in order to do that? I'm trying to have a central db of my blog shit and have it post to the external blogs which includes some free hosted ones. Been trying to use metaWeblog commands etc. but it's not working.. Can't set the date and can't set the file name (post slug).
rsstoblog does not access any database to post
edit: rsstoblog stores the posts in it's own database though, but doesn't not need your wordpress database to post
Autoblogger Pro posts out based on the date the of the original feed. So, if you pull a feed that's been going for a year, your WordPress blog will also have posts back-dated for a year. It posts into categories in WordPress, too. Wheeee.
I'd be happy to "populate" your site with older posts, for free.
Does it need access to the WP db in order to do that? I'm trying to have a central db of my blog shit and have it post to the external blogs which includes some free hosted ones. Been trying to use metaWeblog commands etc. but it's not working.. Can't set the date and can't set the file name (post slug).
It's not as easy as it looks, at first blush. Your XML-RPC library is likely flawed if you can't set the timestamp. Some XML-RPC libraries will *NOT* support the WordPress (flawed) implementation of dateCreated. It's an array inside of the object, and MUST be passed correctly to WordPress, or it will (silently) post TODAY'S date, not the date you choose.
We had to custom-write an XML-RPC implementation for Autoblogger Pro because of this. It was CRITICAL for us to be able to "back-date" posts to blogs, in order to give the appearance of "history" to a blog you just launched.
You'd do that, manually, for hundreds of posts over a large network of blogs?
You're a better man than I, then! I don't have the patience to do much of anything "tedious" without whipping up an automated script to do it for me.
well, you are going to have to format the text and crop the thumbs anyway if it is original post blog, so pasting it into the post box in wordpress and adjusting the time/date isn't that much more time
well, you are going to have to format the text and crop the thumbs anyway if it is original post blog, so pasting it into the post box in wordpress and adjusting the time/date isn't that much more time
Hell no. I just "morph" the text for each entry, and have a list of about 20 thumbnails ... so, each blog it "posts" to, it assigns a random date within a range, morphs in a text block using something akin to a thesaurus, and picks a random thumb out of 20 of 'em. Then, it posts out to all of the blogs I want it on.
Comment