• Hi, there is a conflict with the permanent link /%postname%/ when i use 2.5 version.
    My custom post type go to 404 error.
    It doesn’t happen when i use default permanent link.
    When i disable the plugin it works perfectly.
    I have installed the 2.3.1.0.1 version and with this it works perfectly, so that i think that there is a problem with the seo configuration that you have improve in the 2.5 version.
    I have read that it has happened to a different people but i haven’t seen a solution yet.
    Could you take a look? thanks

    http://wordpress.org/plugins/contus-video-gallery/

Viewing 5 replies - 1 through 5 (of 5 total)
  • Hi,

    Please go to WP admin -> Settigns -> Permalinks -> Select default and check. If it is working fine, now select “post name” and save the settings and check. If you are still facing the same issue, feel free to contact us.

    Thread Starter dimecris

    (@dimecris)

    hi, the same problem. It happen only in custom post. The other page work perfectly.
    Here is the code for custom post

    // Portfolio

    $labels_portfolio = array(
    ‘add_new’ => ‘Add New’, ‘portfolio-type’,
    ‘add_new_item’ => ‘Add New Proyectos y Actividades’,
    ‘edit_item’ => ‘Edit Proyectos y Actividades Post’,
    ‘menu_name’ => ‘Proyectos y Actividades’,
    ‘name’ => ‘Portfolio’, ‘post type general name’,
    ‘new_item’ => ‘New Proyectos y Actividades Post’,
    ‘not_found’ => ‘No Proyectos y Actividades posts found’,
    ‘not_found_in_trash’ => ‘No Proyectos y Actividades posts found in Trash’,
    ‘parent_item_colon’ => ”,
    ‘singular_name’ => ‘Proyectos & Actividades Post’, ‘post type singular name’,
    ‘search_items’ => ‘Search Proyectos y Actividades Posts’,
    ‘view_item’ => ‘View Proyectos y Actividades Post’,
    );
    $args_portfolio = array(
    ‘capability_type’ => ‘post’,
    ‘has_archive’ => true,
    ‘hierarchical’ => true,
    ‘labels’ => $labels_portfolio,
    ‘menu_position’ => 4,
    ‘public’ => true,
    ‘publicly_queryable’ => true,
    ‘query_var’ => true,
    ‘show_in_menu’ => true,
    ‘show_ui’ => true,
    ‘supports’ => array( ‘comments’, ‘editor’, ‘excerpt’, ‘thumbnail’, ‘title’ ),
    ‘singular_label’ => ‘Portfolio’,
    ‘rewrite’ => array(‘slug’ => ‘proyectos-actividades’)
    );
    register_post_type( ‘portfolio-type’, $args_portfolio );

    Hi,

    Please contact our support team at http://aptha.com. So that we can check from our end and assist you accordingly.

    Any solution for this problem ?? The same thing happens Types using the plugins only on iOS devices…

    Hi,

    Have you tried refreshing the permalink by turning it default and back to postname? Also share your site link where you facing the exact problem.

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Error 404 in custom post type (conflict with last version plugin)’ is closed to new replies.