Viewing 5 replies - 1 through 5 (of 5 total)
  • Plugin Author dinamiko

    (@dinamiko)

    Hi peteratomic, I think it’s related to permalinks

    try this:
    in Settings / Permalinks in Common Settings check Default and Save.
    then change to Post Name and Save.

    making that will rewrite the permalinks.

    try it and tell me if it’s working, thanks.

    Best

    Plugin Author dinamiko

    (@dinamiko)

    peteratomic, referent to ‘dportfolio’ slug, I’m working on version 1.2 that will be a complete new version with more features (templates, rewrite rules when creating the post type…). I’m working on making possible change the slug via settings too.

    Thread Starter peteratomic

    (@peteratomic)

    Ah, wow. Don’t know how I had changed that, but there was an odd permalink setting there. Switching to Postname fixed it!

    So, what about changing the ‘dportfolio’ slug in the link? Possible?

    Plugin Author dinamiko

    (@dinamiko)

    try this:

    in dportfolio / includes / class-dportfolio-ptype.php
    in register_post_type function
    in $args ‘rewrite’ => array( ‘slug’ => $this->post_type )
    change $this->post_type to ‘portfolio’ and save

    'rewrite' => array( 'slug' => 'portfolio' ),

    try it and tell me if it’s working, thanks.

    Thread Starter peteratomic

    (@peteratomic)

    Since this is going to be included in the next version I’ll wait until then. Looking forward to it.

    Thanks again for your super fast response!

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘portfolio pages 404’ is closed to new replies.