I use a plugin called CPT-onomies to create Custom Post Types. I created a post type called “case”, and set “Has Archive Page” to true, but when i try...
How do I get WP search results to include custom post type (CPT) archives? For example, if I have CPT 'career' whose title (in the template php) is ‘Careers’,...
I’m trying to display the Next/Prev navigation buttons on my page which displays all of the pages within my ‘events’ custom post-type. The issue is that the buttons are...
I’ve been reading a lot about this but couldn’t find a solution. Basically I’m trying to show a current menu item on a dynamic page that is created by...
I have several custom post types and we need to create separate archive templates for these. I tried the following advice, but it’s still using the default archive template....
I have set up an archive page for my custom post type reference, where I use a query to get all posts of type reference. This works, but when...
I’ve got a custom post type. Let’s call it books. I’m adding a new rewrite endpoint called pages. I want the url /books/pages/2/ to work but I don’t see...
I would like to add a link in the WYSIWYG editor to the archive page for a custom post type. I have a custom post type case-studies and would...
I’m not sure if this is even possible (also posted to ACF forum https://support.advancedcustomfields.com/forums/topic/ordering-by-custom-field-of-relationship-field-object/#post-62454) I have two custom post types, Artworks and Artists. Artworks has an ACF post object...
I am using wordpress 5.1 and I am creating a blogging website. I am having an issue in my blog posts: when I click the permalink(link) of category it...