Hi all,
I've got a thematic WP setup. I'm trying to get a custom post type (CTP) listing but so far no luck.
Say for example, i've got a website named example.com, created a CTP named 'movies' and want to show listing of movie posts just like regular blogroll on a custom page.
example.com/movies/movie-title (works!)
example.com/movies -> list of last n movie entries (doesn't work)
- registered my CTP in functions
- created a page in WP admin (named movies)
- created a page-movies.php for custom listing (or should this
But still I can't seem to get a listing of the last n movies in my example.com/movies
Can someone help me out with some tips on thematic_categoryloop() in my custom page-movies.php how to list only my CTP? Or point me in the right direction?
Thanks in advance!
Kanariezwart