Tagged Questions
1
vote
2answers
58 views
Have a Custom Post Type index page display taxonomy items instead of posts
I have a CPT registered that is called lessons with a custom taxonomy (category) that is called courses. I want the /courses page (archive-courses.php?) to display the individual courses (i.e. "online ...
0
votes
1answer
576 views
Alphabetically sort a taxonomy.php template by post title
Simply put, is it possible to sort a taxonomy.php template via the same methods you can with something like wp_query so that the archive shows all posts in an ascending order alphabetically by title?
...
2
votes
2answers
523 views
How to list custom post types?
Here's what I'd like to do:
a) Create a custom post type and write panel for a menu item called "My Stuff."
b) "My Stuff" will behave like a category -- but the content will not appear in the main ...