agnes.b
Forum Replies Created
-
That’s great news. Could you be so kind and give a short summary how you achieved this and mark this thread as resolved? I would help other users encountering the same problem. Thank you.
Hi trawp,
we (I’m a member of wp-types.com team) didn’t have any incompatibility issues with Types 1.5.5 and WP 3.9 so far but maybe you are right. I have to replicate your problem first before I will classify it as a bug. Could you please list me (like a bullet-point list) the details steps you are doing?Hi pezomatic,
is that field to be used in your site front-end? For builing front-end Views or/and form you should use our Views and/or CRED plugin which come from the same plugin family as Types plugin but are paid. More info and examples: https://wp-types.com/documentation/user-guides/getting-started-with-views/projects-parametric-search/Hi w4rl0,
great news you have Views plugin. This will help you a lot. I’m sure once you “feel” the whole idea behind using it will simplify your life.Since you have the Views plugin, you can ask any Views specific question in our dedicated support forum. https://wp-types.com/forums/forum/support-2/. Go ahead. There are Types and Views specialists ready to help you.
It’s looks like a bug. Could you please tell me what version of Types plugin you use? I will try to replicate it.
Hi RapBatLe,
you can do this using Views plugin. It was made by the same people as Types plugin but this one is paid. Look some examples: https://wp-types.com/documentation/user-guides/filtering-views-by-custom-fields/@w4rl0, you can read more practical example of using child-parent approach in this article:
https://wp-types.com/2014/02/design-first-non-programmer-can-build-portfolio-site-using-types-views/However, to display it in a easy way you will need Views plugin.
Right now I’m opening a ticket for it. It will be reviewed by our Types plugin developers. I will keep you posted.
Hi rumyan,
not with the Types GUI.You can consider:
1. Using a plugin
https://www.ads-software.com/plugins/order-up-custom-taxonomy-order/2. using get_terms_args filter
compare this thread:
https://wp-types.com/forums/topic/taxonomy-list-slug-order/You can create parent-child relationship. A game could be a parent having all glitches as its children. More info: https://wp-types.com/documentation/user-guides/creating-post-type-relationships/
Hi William,
you want to say that the previous version of Types worked well? What version exactly you mean now? Maybe there is a bug. I need more details from you to replicate it.Hi gravitylover,
which version of Types plugin do you use? I cannot replicate the bug with debug on and the latest Types version installed.It looks that this message is a result of a conflict with some other plugins. To know which one try to temporary deactivate all other and test it again.
Hi pdipatrizio,
I’m sorry it is not possible to use the same plural and singular.I haven’t seen your site but I’m pretty sure that your “Media Coverages Archive…” heading comes from the theme you use. You should find the relevant php file and edit it. You can use use https://www.ads-software.com/plugins/what-the-file/ plugin. It will show you exactly which file is used in your case.
Hi w4rl0,
1. Create custom post type called “Glitch”
Go to Types->Custom Types and Taxonomies, choose ‘Add Custom Post Type’Type ‘Glitches’ for ‘Custom post type name plural (required)’ input filed
and ‘Glitch’ for ‘Custom post type name singular (required)’slug: glitch
Scroll down to ‘Display Sections’ section and check Thumbnail (you will use it for images)
You can leave all other options set with default values.
Save your cutom post type.2. Create a taxonomy called “glitch category”
Go to Types->Custom Types and Taxonomies, choose ‘Add Custom Taxonomy’ this time
enter:
glitch categories
glitch category
glitch-categoryfor three first input fields
In Select ‘Post Types section’ check ‘glitch’
Save your taxonomyNow, you should see a new section in your WordPress dashboard left panel (under your Comments). It is called Glichtes.
Add some glitch categories first.Choose Glitches->Glitch categores and create some categories the same way you add your regular WordPress categories.
After you are done with glitch categories, add some Glitches the same way you add your regular WordPress posts.
Choose Glitches->Add new, enter your title and description, select glitch category, upload the image using Feature image.Now you can preview you glitch in a single post view.
To see all the glitches in a specific category use this URL pattern:
https://your-site.com/glitch-category/mac/
where ‘mac’ is the name of one of your glitch categories.Hope it helps.
@pepcru, you can easily make your own search (together with filtering the results) with using Views plugin. Views plugin was created by the same people as Types plugin so both plugins cooperate nice together.