Title: Custom post type
Last modified: January 8, 2018

---

# Custom post type

 *  Resolved [morinmorgane2017](https://wordpress.org/support/users/morinmorgane2017/)
 * (@morinmorgane2017)
 * [8 years, 4 months ago](https://wordpress.org/support/topic/custom-post-type-191/)
 * Dear support team, dear Anders,
    this is a very great job you have done with 
   this theme, thanks for that ! I just migrate my website to your theme, and it
   really looks better now. Still I encounter some difficulty to integrate my custom
   post type (labeled “idea”) into the index page, I created a child them then add
   this code to the index :
 *     ```
       $the_query = new WP_Query( array( 'post_type' => 'idea' ) );
       if ( $the_query->have_posts() ) {
           while ( $the_query->have_posts() ) {
               $the_query->the_post();
       		get_template_part( 'content', get_post_format() );
           }
       }
       ```
   
 * I also created the file single-idea.php, from your single.php, with the function
   fukasawa_flexslider still in it.
 * The list of my custom posts appears but the display is not the same… You get 
   only a list, without any fukasawa style.
    To be noticed, if I change “idea” to“
   page” or ”post”, the display is fine.
 * How to do ?
 * Thanks a lot for your answer,
    Morgane
 * The page I need help with: _[[log in](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fwordpress.org%2Fsupport%2Ftopic%2Fcustom-post-type-191%2F%3Foutput_format%3Dmd&locale=en_US)
   to see the link]_

Viewing 1 replies (of 1 total)

 *  Thread Starter [morinmorgane2017](https://wordpress.org/support/users/morinmorgane2017/)
 * (@morinmorgane2017)
 * [8 years, 4 months ago](https://wordpress.org/support/topic/custom-post-type-191/#post-9844197)
 * ok my own fault… :-/
    it seems that customized css added to a plugin was in conflict
   with the standard css. all is fine now. Morgane

Viewing 1 replies (of 1 total)

The topic ‘Custom post type’ is closed to new replies.

 * ![](https://i0.wp.com/themes.svn.wordpress.org/fukasawa/2.1.3/screenshot.jpg)
 * Fukasawa
 * [Support Threads](https://wordpress.org/support/theme/fukasawa/)
 * [Active Topics](https://wordpress.org/support/theme/fukasawa/active/)
 * [Unresolved Topics](https://wordpress.org/support/theme/fukasawa/unresolved/)
 * [Reviews](https://wordpress.org/support/theme/fukasawa/reviews/)

## Tags

 * [css](https://wordpress.org/support/topic-tag/css/)
 * [custom post](https://wordpress.org/support/topic-tag/custom-post/)
 * [custom post type](https://wordpress.org/support/topic-tag/custom-post-type/)

 * 1 reply
 * 1 participant
 * Last reply from: [morinmorgane2017](https://wordpress.org/support/users/morinmorgane2017/)
 * Last activity: [8 years, 4 months ago](https://wordpress.org/support/topic/custom-post-type-191/#post-9844197)
 * Status: resolved