• Resolved petercz1

    (@petercz1)


    This is a MONSTER theme – outstanding!

    I’m trying to add a custom post. I’m fine with The Loop, $query = wp_query(‘post_type=product’), while $query->have posts etc but I don’t seem to be able to get my custom posts to display. Child theme is set up and working etc

    Custom post is a simple product page, couple of custom fields and that’s it.

    Am I missing something obvious?

    PC

Viewing 2 replies - 1 through 2 (of 2 total)
  • Theme Author Richie KS

    (@rkcorp)

    did you try
    query_posts(‘post_type=product’);
    instead?

    Thread Starter petercz1

    (@petercz1)

    DOH!

    ok, query_posts(‘post_type=product’) works and now so does wp_query(‘post_type=product’). It helps if I don’t type wp_query(‘post_type=products’)…

    IdiotIdiotIdiotIdiotIdiotIdiotIdiotIdiot….

    Outstanding theme. Keep up the good work 🙂

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘display custom post’ is closed to new replies.