Reply To: [Assigned] limit number of posts for user with access
Dear ingrid, The Access is not ready to work with the limit parameter. However you can use the "post_limits" filter to control it. You can do something like this: add_filter( 'post_limits',...
View ArticleReply To: [Assigned] Relationship of location taxonomies and category...
Dear Jon, We have recently had two other users with the same requirements. The idea is use a taxonomy for this, but WordPress only provides navigation for one taxonomy at a time with its archive...
View ArticleReply To: [Waiting for user confirmation] Date Range Filter – Custom Field –...
Luo, That is precisely my question: How could I create a custom checkbox that I can place on the filter form with the above documentation? The filter controls don't provide this capability by itself...
View ArticleReply To: [Assigned] Get child post title as admin column values
Dear prasenjitH, I don't see why remove these, because you just won't be able to display the columns, but you can use normally in your site.
View ArticleReply To: [Waiting for user confirmation] Send CRED data to Questback database
Well I really don't know that much php, but I am surprised that I just cannot add another action on the form. This should be fairly simple. Or that the form gets posted twice, one for each action....
View ArticleReply To: [Assigned] Fields API – Choose tag for html output parameter
Dear Mark, I've checked it with the developer team and unfortunately it is not possible.
View ArticleReply To: [Assigned] Use custom taxonomy entries to create values for...
Dear Stelios, You will need to use the "Views inside Views" funcionality. Please look this document: http://wp-types.com/documentation/user-guides/using-a-child-view-in-a-taxonomy-view-layout/ Please...
View ArticleReply To: [Assigned] Types & Views Updates Cause Fatal Error
Dear Rob, You are right, I sent the wrong file. Please check your email again. The "wpcf_admin_fields_get_fields" function was changed. Please let me know if you are satisfied with my answer and if I...
View ArticleReply To: [Waiting for user feedback] custom search form
Hi Emerson, Thanks for the reply, I guess i am going to wait for the release of cred commerce.. Best regards
View ArticleReply To: [Assigned] Views – get user data via a user-id
Dear tony, Thanks, I received the credentials and I'm checking it now.
View ArticleReply To: Views causing infinite loop and memory issue
… or "Fatal error: Maximum execution time of 30 seconds". Any ideas?
View ArticleReply To: Views causing infinite loop and memory issue
I've just noticed another thing. My site's a property site and the view in question is "Latest Properties". I have a page ("Home") set as front page. I'm attempting to place the view in the front...
View ArticleReply To: [Waiting for user confirmation] Remove page content depending on...
I will open a new ticket when I can get back to this task. Thank you.
View ArticleConditional Child Display
I have stumbled upon an issue I am not sure I can resolve with Types and Views. I have created a relationship where 'Directory' is the main custom post type and having a Custom Field 'Coupons...
View ArticleReply To: [Waiting for user confirmation] How to add custom fields and...
Cheers Caridad, That works perfectly, however I have another question. For each custom field there's the name of the field in the backend. However I would like to display that as a header on the...
View ArticleReply To: [Waiting for user confirmation] Using your Real Estate theme,...
Hello, Sorry, one last question. What is the exact name of the following post-meta-data variables: "Price", "CITY", "ZIP"? Thanks, Robert
View ArticleReply To: [Waiting for user confirmation] Relationship of location taxonomies...
I will carefully go over the links that you provided. Thanks. A video of how relationships are managed (in detail) is what I would really love. I just have discovered that CPT's are important. The...
View ArticleAlternative to query_posts?
I'm using query_posts quite a bit on my site as it seems to offer the most flexibility when processing the values of custom WP Types fields. I was wondering if there was any way to make my code more...
View Articletypes and views in mu-plugins folder
Hi, I know there is a possiblity to embedd types or views explained on the site, but what if i put types or views in the mu-plugins folder instead? I tried this combined with a load file in the...
View Article