How to add parameters for custom post type

You want posts_per_page but you would have to create 2 queries to pull in 4 of each tag as the default code will pull in posts from either of the tags, not an equal amount between them. $args = array( ‘post_type’ => ‘customer-stories’, ‘tag’ => ‘microsoft’, ‘posts_per_page’ = ‘4’ ); $args2 = array( ‘post_type’ => … Read more

Hata!: SQLSTATE[HY000] [1045] Access denied for user 'divattrend_liink'@'localhost' (using password: YES)