I am trying to add custom post types and cannot find how to do it. I have registered a post type but don't seem to ever be able to access it.
As a matter of fact, I could do with a simple add_filter('the_content','whatever...'), but also this doesn't seem to work.
Where should I start form?
thanks