-
Posted a reply to Show portfolio items from multiple templates on the home page, on the site WordPress.org Forums:
I've worked out that what is doing this is 'post_type' => page that is posting… -
Posted a reply to Show portfolio items from multiple templates on the home page, on the site WordPress.org Forums:
$args = array( 'post_type' => 'page', 'meta_query' => array( array( 'meta_key' => 'template', 'meta_value' =>… -
Posted a reply to Show portfolio items from multiple templates on the home page, on the site WordPress.org Forums:
Hi, // Get posts assigned to the template-portfolio-item.php template $args = array( ‘post_type’ => ‘page’,… -
Created a topic, Show portfolio items from multiple templates on the home page, on the site WordPress.org Forums:
I am creating a portfolio for multiple artists. To do …