I am struggling right here and hoping somebody may perhaps assist with this.
I am attempting to make use of themeco cornerstone to have a “my account” web page which lists posts (customized kind) “listings” that the present person has created
In Themeco Cornerstone there’s a Looper Supplier with an possibility for Question String.
Inside my Question String for the row looper supplier I’ve added:
$post_author_listings = new WP_Query(array('post_type'=>'listings','post_author'=>$current_user->ID));
($current_user is a worldwide variable)
Nonetheless I can not for the lifetime of me work out how I can get the listings taxonomies for every itemizing this person has created to show within the columns.
Does anybody know something about this and the way I’m going about doing this? banging head off brick wall at this stage