asthyanax
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Remove Tag linksThank you very much.:)
Forum: Fixing WordPress
In reply to: Remove Tag linksSorry, I’m working locally for now. I’m trying to use the tags to display a list that has no links. I couldn’t find anything on that…yet. I keep looking.
I’d like to do that too. There’s apparently nothing out there to display related posts using custom taxonomy.
Thanks.Forum: Plugins
In reply to: Related posts based on taxonomyI just don’t understand where to use get_terms for example to query the posts with the same taxonomy.
I tried to see what get_terms does in my single.php file and it does nothing or it echoes ‘Array’
$myterms = get_terms(‘course’, ‘orderby=count&hide_empty=0’);
echo $myterms;There’s nothing like wp_get_post_taxonomy( $post->ID ); by chance?
I looked for days and I can’t find anything. Even plugin for related posts don’t work with custom taxonomy.
I keep looking.
Thanks.Forum: Plugins
In reply to: Related posts based on taxonomyActually he shows how to display for a specific taxonomy. But like for tags I can’t see in his article where you can simply put like single_tax_title() and it shows the title of taxonomy selected. I’m a bit lost on taxonomy it seems hard and complicated. I could easily create custom taxonomy and tag clouds for them but now I can’t really display posts related to a taxonomy or display the title of the taxonomy. Any good link on that?
Thanks.Forum: Plugins
In reply to: Custom post templateThanks. I think the first link is just PER-FECT.