• I just updated to WP 3.8 and to 0.1.3 for Custom Post Type Maker and my permalinks aren’t working. My custom post type is “projects.” When I navigate to a single post page, say “projects/drh-r11” it takes me to the “Page not found” as generated by index.php. I’m using a twentyten child theme and my twentyten theme is up to date.

    I tried all the suggested troubleshooting: flushing rewrite rules, resetting my permalink structure in Settings -> Permalinks, checked .htaccess and it’s correct, etc. None of that has worked.

    The one thing that did work, which I don’t think is the best solution, is setting the Custom Rewrite Slug to: ?projects= That takes me to the proper pages. So the working URL is domain.com/?projects=/drh-r11.

    Is this a bug? Anyone else experiencing this?

    http://wordpress.org/plugins/custom-post-type-maker/

Viewing 4 replies - 1 through 4 (of 4 total)
  • For me it sounds like the rewrite rules problem.
    The save on Settings > Permalinks without changes should flush and solve this. Other then that I am not sure what it could be.

    I hope we can push the v1.0 stable version next week. That one is working properly and has many improvements.

    @roadlittledawn I have the same exact issue. Even made a clean installation of wordpress and same problem. Did everything: flushed rewrite rules with flush_rewrite_rules(), visited permalinks page and clicked saved, deleted .htaccess and generated another through permalinks page, tried other permalink structures other than “/%postname%/” (like numerical, month & name, etc…) and the only one that works is the default. NOTE that we are talking about custom post types only, pages and posts work fine with everything else!

    @christianFoellmann thanks for trying to help! but as @roadlittledawn said, he had already tried that with no luck, unfortunately.

    I hope someone that has or has had this issue and figured it out could help! Karma will pay you back!

    wendygordon

    (@wendygordon)

    I have the same problem. the permalink looks right, but i get a 404 error. PLEASE FIX THIS!!!! beggin!

    in the file custom-post-type-maker.php edit line 203 from

    if ( $cptm_withfront ) { $cptm_rewrite_options[‘with_front’] = $cptm_withfront; }

    to

    $cptm_rewrite_options[‘with_front’] = $cptm_withfront;

    then go to your permalinks setting and save to flush the rewrite rules.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Custom post type permalinks not working after updating to wp 3.8 and CPTM 0.1.3’ is closed to new replies.