Wordpress Permalinks

Discussion in 'WordPress' started by L:exa, Mar 24, 2011.

  1. #1
    Hey guys and gals,

    I need help with wordpress permalinks...

    I have made normal wp categories, two custom post types with two custom taxonomies.

    I need the permalinks of the custom post type posts to look like this:

    blog.com/category/custom-taxonomy-1/custom-taxonomy-2/postname

    Does anybody know how to do this?
     
    L:exa, Mar 24, 2011 IP
  2. sirjonathan

    sirjonathan Peon

    Messages:
    11
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #2
    Can you give me an example of how you are planning to use the custom post types and custom taxonomies? Sharing what you named them would be a good start along with any explanation you can provide as to what you're trying to accomplish.

    Based on that, I'd be happy to provide you with a suggestion.
     
    sirjonathan, Mar 24, 2011 IP
  3. allshine

    allshine Peon

    Messages:
    14
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #3
    you can use this wordpress plugin " link-hopper",then you can change your links
     
    allshine, Mar 25, 2011 IP
  4. msafi

    msafi Member

    Messages:
    55
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    43
    #4
    @allshine, Link Hopper is a redirection plugin. It's not for customizing site permalinks.

    @L:exa, use the plugin Custom Permalinks to set the permalink per each post to whatever you want -- even
    http://example.com/hello/my/name/is/lexa/
    Code (markup):
     
    msafi, Mar 27, 2011 IP
  5. Brandon Schlichter

    Brandon Schlichter Member

    Messages:
    33
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    38
    #5
    Have you tried the help files on wordpress.org?
     
    Brandon Schlichter, Mar 28, 2011 IP
  6. olddocks

    olddocks Notable Member

    Messages:
    3,275
    Likes Received:
    165
    Best Answers:
    0
    Trophy Points:
    215
    #6
    when you post content, keep in mind that it is enough if you select the inner most categories only when selecting category..

    Arts > Colors > Red

    if you select or tick Red, it will automatically have permalinks of parent categories. you need not select all the parent categories.
     
    olddocks, Mar 28, 2011 IP
  7. esektor

    esektor Peon

    Messages:
    207
    Likes Received:
    2
    Best Answers:
    0
    Trophy Points:
    0
    #7
    You can try this code /%postname%/
    Go to your Wordpress Dashboard and Go to SETTINGS>>> PERMALINKS>>> CUSTOM, so the page name wll appear in your url instead of page ids. I hope the may help.
     
    esektor, Mar 29, 2011 IP
  8. seoexpertcertification

    seoexpertcertification Greenhorn

    Messages:
    50
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    16
    #8
    go to permalinks and in the custom structure tyype : %posttype/%posttag%/%postname%.html/

    blog.com/category/custom-taxonomy-1/custom-taxonomy-2/postname
     
    seoexpertcertification, Apr 3, 2011 IP
  9. ciduh

    ciduh Peon

    Messages:
    52
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #9
    go to Setting>permalink>custom .. %posttype/%posttag%/%postname%.html/
     
    ciduh, Apr 4, 2011 IP