Change post permalink structure on WordPress to use custom taxonomy
        Posted  
        
            by TiuTalk
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by TiuTalk
        
        
        
        Published on 2010-05-12T18:54:40Z
        Indexed on 
            2010/05/16
            16:40 UTC
        
        
        Read the original article
        Hit count: 294
        
Hi there!
I want to change the post permalink schema on my WordPress 3.0-beta1 to use my new custom taxonomy.
Today I can use /%category%/%postname%/ and the /my-category/my-post/ URL, that's nice but I need to use another taxonomy instead "category" one.
I tried to use /%acervo%/%postname%/ but my URLs came with %acervo% on the URL instead the name of the "Acevo" (my taxonomy name) wich the post belongs to.
I found something related to WP_Rewrite but without sucess...
© Stack Overflow or respective owner