hm… but does this setting only work for the curent user or for all users always?
i’m creating a site for a client, where i want that the default would be link to file and he can’t change it – never 🙂
Hey Spencer!
I’m looking for the exact same thing as you 🙂 Please tell me, have you find something? I have search couple of hours now with no answer…
Ok, i found a mistake in my code… if it helps someone in the future 🙂
i register more custom taxonmy and in every one of them i had:
‘query_var’ => ‘true’,
what is wrog, it shold be:
‘query_var’ => true,
/// ‘true’ is a string and WP got kinda confused cos diferent taxonomies had have the same query_var…
now both, the tag links from my wp_tag_cloud and category from wp_list_categories link to the archive page 🙂
well it’s a start 🙂