Layout construction suggestion/help please

Hi, I’m trying to recreate this layout on this page… http://wellesleystudios.co.nz/tutors/

The tutor information is set up as Custom Post Types, consisting of a post title, Featured Image, post text, website link and phone number.

I want to use a Global Block to create my individual tutor page layout, similar to what I have done here https://staging2.rdw.co.nz/portfolio-item/mercury-energy-new-zealand-hq/. i.e. I will use the {{dc:user:meta}} to pull in the post information.

So far, so good.

What I can’t work out is how to show all the tutor’s posts on a single page, like in this example http://wellesleystudios.co.nz/tutors/

What I’m after is an Element (or code) that would ‘show all tutor’ posts on a page. Does Pro have the functionality?

Hi Paul,

Thanks for reaching out.
To achieve what you want, you need to do the following:

  1. Need to create the Custom Post Type for Tutors.

  2. The archive page needs to set up for the Tutors post type. Where you need to set the limit of the post in the wp_query.

  3. You need to design the single page for the Tutors post type.

  4. If you want to use the post type in the global blocks, please create a shortcode for the post type and use the global blocks as raw content.

Please note that there is no such element to show the tutors post type, as you are expecting.

If you are not proficient in coding, I would suggest you hire a developer who can assist you to do the customization or you can avail of our newly launched service called One, where the customization questions are answered.

Thanks

Hi @tristup. Thanks for your reply. Can I get you to fill in the gaps, please? When you say… “The archive page needs to set up for the Tutors post type” and “you need to set the limit of the post in the wp_query” what do you mean? Or can you direct me to a resource (other than One).

Hello Paul,

Please check out these article links:

Hope this helps.

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.