Reply To: [Waiting for user confirmation] Taxonomy Archive View Sorting
Hi Caridad….I didn't mean to make it so hard to understand. I'm just not clear on what you mean when you say "disable the default wordpress archive in the custom post type and create a page that...
View ArticleReply To: [Waiting for user confirmation] no posts found in taxonomy archive...
I see. thanks so much for looking into this. I have added the pre_get_posts filter to my functions.php and it does work, but causes my wordpress menu to disappear.
View ArticleAdding custom field using hooks
Hi, I have successfully used Types to Create my Custom Post Type, 'Case Studies, case-studies' and I have added a couple of Custom Fields as well 'Project' and 'Client'. Normally I would create a...
View ArticleDisplay brother/siblings for custom post type +PHP
Helloi, how can I get brother/sbiling posts for a custom post type in PHP? I don't want to use views, I want to code it in the file. Thanks for your help
View ArticleChanged Taxonomy Name and Broke Parametric Search
I've changed the name of my custom taxonomy for our custom post type of "Goal" from "Job Type" to "Job Family". I changed the slugs as well. I am using Parametric Search. I went into the views editor...
View ArticleReply To: [Waiting for user feedback] display Custom field from an other...
Adriano, thank you for your answer. I can send the auction plugin but you can't install it, because it's only for one site … You can have a look on my ftp ? tell me if it's ok for you and I send you...
View ArticleReply To: [Waiting for user confirmation] Advice structure CPT/CRED/VIEWS
Hi Bigul, Ok, thanks for your answer. Let's look at a way it is going to work. About the user account: standard functionality of WordPress is that users can get an account, a contributor for example...
View ArticleParametric Search Result
I have 2 custom post type set up for property listing that share the same custom fields that are being used as filters for the parametric search that is set up to search the post of both custom post...
View ArticleReply To: [Waiting for user feedback] Alter Existing Theme The Includes...
Hi Adriano Maybe it would be easier for you to log in and see what I did? Here are some images I created a Custom Post Type called Hotel Deals. I want to the output on the front end to be basically a...
View ArticleReply To: [Assigned] Views v1.3.1 bypassing a filter
Dear Hassan, Did you add the function below on your functions.php file? add_filter('gettext', 'remove_widget_links', 100, 3); function remove_widget_links($translated, $text, $domain) { if ($text ==...
View ArticleReply To: [Assigned] Deleting Custom Post Types
Dear kennyY, They are not removed, i recommend to use this plugin to do this: http://wordpress.org/plugins/bulk-delete/ Please let me know if you are satisfied with my answer and if I can help you...
View ArticleReply To: [Assigned] View don't show in tab within view templates
Dear Adnan, Great! Yes, I must say that since I started to work at this company the conditional format is the second
View ArticleReply To: [Assigned] View Filtering with Custom Fields
Dear alvarod, The correct should be PAST_DAY = 2. Useful doc: http://wp-types.com/documentation/user-guides/filtering-views-by-custom-fields/ Please let me know if you are satisfied with my answer and...
View Articleview slider doesn't work on firefox mac and IE 7
all in the tittle ! work in chrome mac os X, opera on pc, but not on IE 7 and firefox for mac… any idea ? thank you lili
View ArticleReply To: [Assigned] Selecting parent page on form solution or feature request
Dear willem-siebeS, Thank you for recording it, was very useful. It is not possible yet, but I added it (and your screencast) to our to do list to be evaluated by our development team. Thank you for...
View ArticleReply To: [Assigned] Empty fields not displaing in frontend
Dear gerdD, I’ll send you a private email right now asking you for some private information that will help me debug this issue for you. Please check your email in a couple of minutes, and if you don’t...
View ArticleReply To: [Assigned] Alter Existing Theme The Includes WordPress
Dear jesseB, You can display your custom fields manually by coding or using Views / Content Templates to do it without any coding. Please take a look at this document and let me know if it was clear...
View ArticleReply To: How to generate Video Thumnail in Views Archive Page Loop
forgot to add the plugin link: http://wordpress.org/plugins/video-thumbnails/faq/
View ArticleReply To: How to generate Video Thumnail in Views Archive Page Loop
UPDATE: I magically found the field video_thumbnail as an available insert from the 'fields' options available to me when creating my views loop. I am not sure if it was something i did while messing...
View ArticleReply To: Creating Posts with Numeric Titles/Slugs
I was able to use the "Allow Numeric Stubs" plugin to remove the "-2". Thanks for your assistance.
View Article