XYDAC
Forum Replies Created
-
Forum: Plugins
In reply to: Hierarchical TaxonomiesHey cmurockstar,
I think you must have got solution to this by now still i’m including how to do that using ultimate taxonomy manager.Create a taxonomy using the plugin and in advanced options set the hierarchical option to true(Supposed you made the PC taxonomy).
Then when you make the terms of this taxonomy then you have option to add levels to it.
Here’s where you add dell>model a > ALemme know if your problem is actually solved.
Regards,
-XydacForum: Plugins
In reply to: [Plugin: Ultimate Taxonomy Manager]Hello,
Is your custom edit page a custom post type, If it is than you may use the function
register_taxonomy_for_object_type('city', 'post_type');Let me know if it’s fixed.
-Xydac
Fixed
xydac_fieldshortcode, Update to latest version for fixing this.Regards,
-XydacNot possible with this plugin
But why would you like to change it-Xydac
I can’t find it positive. can you please post a screenshot
-Xydac
you can use th shortcode itself in the template try using
echo do_shortcode('[{short-code-name}]'); such as : echo do_shortcode('[xy_project]');Or else you would have to write some more php codes..:)
Regards,
-XydacI tried and tested as you said and everything worked fine with me, Later i checked with multiple terms associated with a post then i saw something weird, so i just corrected it and updated the version, Please check it out and let me know how it works.
There ain’t any easy way to pull out the information yet.
Regards,
-XYDACI guess you can now update the plugin to latest version and change the values in the Features section of the Custom post type.
Regards,
-XydacI guess you can now update the plugin to latest version and change the values in the Features section of the Custom post type.
Regards,
-XydacI haven’t noticed such problem as shortcode not working, To help me more understand can you please post the taxonomies you are using, and their associated field types.
Moreover try out the new updated version of the plugin there is an enhancement of shortcode in it.
Regards,
-XYDACHmm I understand that might become a problem with some users, I’ll definetly try to put that up in next version
Regards,
-XydacForum: Plugins
In reply to: [Plugin: Ultimate Taxonomy Manager] Category description too big!In WordPress 3.0 reducing the description field to some sort of excerpt doesn’t seem quite possible, without changing WordPress core codes.
I’ll look into this further, if i’ll find any way i’ll definitely let you know.
-XYDAC
sorry abt this,
just noticed its already there..:)Forum: Plugins
In reply to: [Ultimate Taxonomy Manager] [Plugin: Ultimate Taxonomy Manager] PHP Noticesfixed: let me know if you still find any
Forum: Plugins
In reply to: [Ultimate Taxonomy Manager] [Plugin: Ultimate Taxonomy Manager] PHP NoticesHey, i had the isset checks at many places but as my error reeportin was off snd it didnlt show the warnings so i kinda missed checking everywhere.
thanks for pointing the issue mate, i’ll make sure i remove the notices asap.