custom post type

CPT single layout

Hi, I need some help in finding the best way to achieve a custom layout for a custom post type single page. I have this Courses CPT and I need the page to have two columns inside the main container. A left column (grid-30) with the featured image on top and some custom post meta … Read more

custom post types show custom data

I have just started using custom post types for some booking functionality on our conference site; I’m using custom post types for the instructors and when linking to them individually I want to show all the fields from the custom post type. Do you have a ‘walkthrough’ guide on how to create a single page … Read more

Separate search archive for custom post type category

I am displaying a custom post type category archive on my homepage and have targeted certain css classes to act only on the category archive, like making te archive max-width: 100%, etc. When I initiate a search though, the search reults page goes back to the default search archive layout. I would like to keep … Read more

Which the correct file to create cpt loop in 3 columns layout ?

Hi Tom, i create some custom post type with custom taxonomy, now i need to view it at front end by using “customizer” -> 3 coluns layout, but may be i’m wrong something, which the correct file that i must duplicate in my template child to loop my custom post type ? because the customizer … Read more

Exclude custom post type from blog page

Hi I want to exclude a specific post type from the blog page: https://tinytodolist.com/blog/ I want to hide the bwl knowledgebase questions from this page (see the link to this custom post type page https://tinytodolist.com/bwl-knowledge-base/every-social-network/) Can I do this with a hook for the functions.php page please? Thanks

jetpack projects post type conflicts

I’m trying to use a JetPack custom post type (Projects) and have discovered that it’s layouts aren’t applying inside GP. Example: single projects page inside GP http://amarillosymph.staging.wpengine.com/artists/chris-rogerson/ the sidebar layout for “posts” is being applied none of the post’s layout settings are being applied Here’s the same custom post type page on the install currently … Read more

Creating pages based on Custom Post Type

The site I’m working on has a home page of excerpts (like a news site). All of the content is entered in a Custom Post Type in the Dashboard, so each excerpt has to link to the full article on a page based on the Custom Post Type. So I need the page to contain … Read more

Custom Fields In Post – Like in Header

Hello Tom, How can I get custom fields to show up in a custom post I created for uploading sermons to my site, the same way they do in the site header. For example the header has these template tags: {{post_title}} {{post_date}} {{post_author}} {{post_terms.taxonomy}} {{custom_field.name}}. I have a custom post type that I made with … Read more