susno
Forum Replies Created
-
GDragoN, can you please help me once again..
I wanna have different sidebar for custom taxonomies. I try to do it with conditional tags, but it’s always failed.
What i mean is different sidebar every accesshttps://website/?mytaxonomy=test
I already try to used is_tax, is_taxonomy, is_term but not working..
Forum: Themes and Templates
In reply to: different sidebar for custom taxonomiesI guess the problem is with the conditional tags..
i already tried is_tax, is_taxonomy, is_term but no one is working.. anyone knows how to resolve it?
already download the new version. it works!! Thanks alot GDragoN!!
Forum: Plugins
In reply to: [Plugin: Universal Post Manager] include custom taxonomiesOkay…. Thank you so much Tomdever!! Can’t wait for the new version came out ! Thanks
i used version 2.92 is it a problem? what versions do you used for test the plugin?
Hi GDragoN, Thanks for your fast reply.
My setting on the widget is default, i only change the taxonomy name to my custom taxonomy, and change “display as” to drop down.
my php error logs:
[24-May-2010 15:14:11] PHP Fatal error: Call to undefined function home_url() in /home/xoxo/public_html/wp-content/plugins/gd-taxonomies-tools/code/fnc/display.php on line 6
Thanks again!!
Forum: Plugins
In reply to: [Plugin: Universal Post Manager] include custom taxonomiesNo, with this plugin.. we can export post to word docs, pdf or print it right?
when we do that, it just grabbed the post title, and post content. What i’m asking about is to including the custom taxonomies too, not only the post title and content when we export it to word docs, pdf, or print it.
It is possible Tomdever? if yess, how i can do it?
Thank you so much..
Yess GDragoN, I’m looking for the drop down on the widget. Right now the taxonomy output only lists, Hope you can add the drop down options soon.
Can’t wait for that versions!!Thank you.
thanks for your explanations GDragoN ??
by the way, the new version have dropdown options right? I already upgrade to the latest version, but there is no drop down options. please help me.Thanks again !!
I’m not understand how to call the widget scribu ??
<?php the_widget(‘Taxonomy_Drill_Down_Widget’, ‘title=Contents&sortby=post_modified’, ‘mytaxonomy’); ?>
how to get it? by the way it is possible to put “Query Multiple Taxonomies” on a page?
Thank you !
@gdragon: Do you think it is possible to make “gd-taxonomies-tools” plugins work together with TDO mini forms plugin?
In TDO mini forms I can create “Tag” form, and it’ll automatically added to the post tags, do you think i can put custom taxonomies form too so it also can be added automatically to the post?
here is the code on tdo mini forms for the tag:
<fieldset>
<legend>Tags</legend>
<label for=”tags” >
Tags (separate multiple tags with commas: cats, pet food, dogs):</label><input type=”text” id=”tags” name=”tags” size=”60″ value=”<?php echo htmlentities($tags,ENT_QUOTES,get_bloginfo(‘charset’)); ?>” />
</fieldset>@gdragon: Thank you so much, that is exactly what i need! Thanks !
Okay scribu, thanks for your reply. There is any way to called the Query Multiple Taxonomies manually bellow top menu? not with sidebar widget.
Thanks!