doronov
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Multiple wp_dropdown_categoriesThank you very much, dear clementsm! You are great! ))
I just found suitable plugin!
Forum: Fixing WordPress
In reply to: Multiple wp_dropdown_categories<form action="<?php bloginfo('url'); ?>" method="get"> <?php wp_dropdown_categories('child_of=25&orderby=name&name=cat1&class=post1'); ?> <?php wp_dropdown_categories('child_of=30&orderby=name&name=cat2&class=post2'); ?> <?php wp_dropdown_categories('child_of=15&orderby=name&name=cat3&class=post3'); ?> <input type="submit" name="submit" value="view" /> </form>
When Im changing the name, its not working anymore. Im confusing!
Forum: Fixing WordPress
In reply to: Multiple wp_dropdown_categoriesThank you Clementsm!
1. show_option_none – is ok, Ill check it.
2. I found a soulution, where some guys suggest just to change name and class in each category and it will work (by default they are cat and postform). But it isnt, becouse, when I change the name its stop working (doesnot filtering ) and ID is still the same. I dont know how to change ID.Forum: Fixing WordPress
In reply to: Multiple wp_dropdown_categoriesNeed a help! For several days looking for a solution.
This is my code:
<table border="0" cellspacing="0" width="100%" id="poisk"> <form action="<?php bloginfo('url'); ?>" method="get"> <tr> <td><?php wp_dropdown_categories('show_option_none=1&child_of=25&orderby=name'); ?></td> <td><?php wp_dropdown_categories('show_option_none=2&child_of=30&orderby=name'); ?></td> <td><?php wp_dropdown_categories('show_option_none=Р3&child_of=15&orderby=name'); ?></td> <td><input type="submit" name="submit" value="Show" /></td> </tr> </form> </table>
But the problem is showing posts only from last categoy (child_of=15) when submiting!
Forum: Fixing WordPress
In reply to: wp_dropdown_categoriesHi Ash, today I got the same result with dropdown cat’s. Did you solve the problem? Will be very gratefull for solution!
Forum: Fixing WordPress
In reply to: Filtering posts based on two categoriesHello Nadine? did you fix it? I have the same question!
Forum: Fixing WordPress
In reply to: drop down category searchHello Essvee, I have the same quastion, did you fix it?
Forum: Installing WordPress
In reply to: Where I can get an archive calendar?Can I use it as an archive calendar? You know, people click the date and get posts published on.
Forum: Installing WordPress
In reply to: Where I can get an archive calendar?Thank you very much. I put Calendar plugin for WordPress v2.0 by Vanguard in kabar.ru, you can see it, but its an event calendar, not an archive. Or I don’t understand how its works.