Thread Starter
essdub
(@essdub)
I mean, do you see any on this page? I don’t.
View post on imgur.com
WP to Twitter only picks up your custom post types that are set with the ‘public’ parameter as true — if they aren’t public post types, WP to Twitter ignores them. Are your custom post types set up as being public?
Thread Starter
essdub
(@essdub)
I’d expect so. I’m using them on my site, shawnw.org. I’m trying to accomplish pushing only Image posts to Twitter and nothing else.
Well, it’s pretty easy to check. Go to the WP admin page for that post type:
/wp-admin/edit.php?post_type={your_post_type}
Click on the ‘View’ link for one of your posts in that post type. If it’s public, you’ll get a viewable post. If not, you won’t. That’s a generality; it’s not absolutely true, but usually.
How are you creating your custom post types?
Thread Starter
essdub
(@essdub)
When I visit that I get “Invalid post type”. I did change {your_post_type} to image.
That would mean that your post type is not named ‘image’. That link is nothing more than the standard address for any post type admin page; you should be able to go to your post type admin page for the posts and click on the ‘view’ link. The post type admin screen will usually be a page essentially identical to your posts or pages admin screens.