-
Created a topic, See if current user has permission to view post for link, on the site WordPress.org Forums:
I want to show a link based on if the logged in user h… -
Created a topic, Scheleduled Posts, on the site WordPress.org Forums:
Is there a way to get this to show scheduled posts on … -
Posted a reply to Custom field displays “Array” not values, on the site WordPress.org Forums:
okay so I changed part of it and i'm only getting one result back. I… -
Posted a reply to Custom field displays “Array” not values, on the site WordPress.org Forums:
I'm not sure which comment you are trying to point to. How do you tell… -
Created a topic, Custom field displays “Array” not values, on the site WordPress.org Forums:
I have the below in the functions file of my twenty si… -
Posted a reply to Loop Only Showing Primary Author’s Posts, on the site WordPress.org Forums:
<?php $user_name = get_the_author_meta('user_login'); $args = array('post_type'=>array('product'), 'tax_query' => array( array( 'taxonomy' => 'author', 'terms'… -
Posted a reply to Loop Only Showing Primary Author’s Posts, on the site WordPress.org Forums:
i don't know if anyone is still looking for this answer, but how I got… -
Created a topic, Multisite – Pull Data from another site that is part of a multisite, on the site WordPress.org Forums:
In functionality, I would like to create the posts on … -
Created a topic, Exclusion Filter, on the site WordPress.org Forums:
I'm looking for a way to let the users on our site pic…