Taxonomy Category Page
-
Hi,
I have a problem with my taxonomy category page named taxonomy-mytaxonomy.php
If I use
<?php while (have_posts()) : the_post(); ?>it shows all posts from the taxonomy “mytaxonomy”. But I want to change the order.
So I tried:
<?php query_posts('post_type=s_schreibberater&order=ASC'); ?>But this will show all posts from my custom post type. I don’t know how to query all posts of the taxonomy of the category page I am in.
I hope it’s clear what I mean…
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
The topic ‘Taxonomy Category Page’ is closed to new replies.