Support

Account

Home Forums Front-end Issues Trying to use fields assigned to a custom post type on my index page Reply To: Trying to use fields assigned to a custom post type on my index page

  • You need to create a new query on your CTP https://developer.wordpress.org/reference/classes/wp_query/

    Then you loop over the results of the query, example is shown on that page as well, and show the fields from each post returned by your query.