custom post type

Custom post type taxonomy page header template tag strips post title

I’ve got a custom post type (made with Easy Content Types) “Team” where the Team post title is the person’s name. Team has a custom taxonomy called “Divisions” which has “Leadership Team” “Marketing Team” etc. I made a page header for this taxonomy using the template tag {{post_title}} but it removes the actual post title, … Read more

Masonry for custom post types

Hi, I’m using the generate_blog_masonry filter to display certain pages with the masonry layout. However, after upgrading to 1.5.2 it’s not working anymore. That’s my code: add_filter('generate_blog_masonry','generate_blog_enable_post_type_masonry'); $masonryPages = array(133,266,301); function generate_blog_enable_post_type_masonry() { global $masonryPages; if(in_array(get_the_ID(),$masonryPages) || is_home()) { return 'true'; } return $masonry; } Any help is greatly appreciated!

Conflict with Leadpages plugin?

My website is at http://www.JazzGuitarLessons.net Long story short, I’m using Leadpages. I can show leadpages’ landing pages on a “native URL” of my website using their Leadpages WordPress plugin. I use it to get pretty URLs, of course. This Leadpage: https://jazzguitarlessons.lpages.co/jazz-guitar-improv-101/ Is hosted here: https://www.jazzguitarlessons.net/jazz-guitar-improv-101/ ISSUE: Plugin of conflict between GeneratePress and Leadpages plugin. I … Read more

Custom post type

Hi guys I’m using a custom post type to display a portfolio or work. This is separate to normal blog index. You can see an example here. http://be2.mackiedesigncompany.com/wp/work_slug/project-12/ My client would like to add some navigation. Similar the the bottom of the post seen here: http://be2.mackiedesigncompany.com/wp/february/ Do you know how I might do that? Thanks … Read more

Custom Post Type Templyte code

Hi, I created a Custom Post Type and would like to show as an overview excerpts within tiles. Each post should be showing in one tile and as a standard there should be two columns with tiles. Everything responsive and on smartphones one column of tiles only. Each tile should show the post title, the … Read more

Template file name for Category under Custom Post Type

Hi, love GeneratePress! I’ve created a Custom Post Type called “Events”. Under Events, I have 3 different categories (Workshops, Support Groups, and Webinars) Right now these category’s index pages are displayed using “archive.php” and “content.php”. But I’d like to use a custom template (because I want them to act differently than archive.php and content.php). What … Read more

custom excerpt length for custom post type

Hi Tom, Using GP deluxe again for another site I am working on. I have to tell you this theme is the most beautiful thing to work with and I love the documentation too. Thank you for this amazing work! I have created a child theme and a custom post type (portfolio) and made the … Read more