• Resolved vinothmathew

    (@vinothmathew)


    Hi i was updated my theme from 3.9 to 4.3.1 last month. i have a custom post type portfolio items . in the portfolio item feature image will showing on my front end in slider. before update its working now the feature image not showing up. i try the following coding for the theme support.

    add_theme_support( ‘post-thumbnails’, array( ‘post’, ‘page’,’product’,’Portfolio_item’ ) );

    there is any other options to activate the theme support please help me get out from this issue. Thank you

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter vinothmathew

    (@vinothmathew)

    And also i add the following code while creating custom post type.

    ‘supports’ => array( ‘title’, ‘editor’, ‘thumbnail’, ‘revisions’ ),

    Please Help Me to know the issue..

    Thank you

    Thread Starter vinothmathew

    (@vinothmathew)

    Sorry finally i find the solution. i create two
    add_theme_support(); in functions.php and custom post type file. if i hide the code in custom post type it works fine.

    Thank You.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘costume post type not showing the future image’ is closed to new replies.