Hey,
Anyway I can make this plugin post to a custom post type?
any help would be greatly appreciated.
thanks
Hey,
Anyway I can make this plugin post to a custom post type?
any help would be greatly appreciated.
thanks
Hi,
Yes, that's already on my development roadmap - can't give you a release date unforunately as I do this in my free time but it is in the works :-)
Marking as 'resolved'.
Please don't hesitate to reactivate if any further questions.
Thanks,
Chandesh Parekh.
Is there a hack we can do in the meantime. I'm having a look into this myself at the moment.
2 mins looking at it and here's the solution:
add following in tweets-as-posts-class.php
under:
if($this->wpdb->get_var($sql) == NULL) {
this
$new_post["post_type"] = 'name_of_your_custom_post';
You must log in to post.