kwills7
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Dropdown Posts ListOK, thanks for your help, i’ll leave you alone now.
Forum: Fixing WordPress
In reply to: Dropdown Posts Listsorry, just ONE more last thing i promise!
the dropdown code you have just listed is fine… i just need it now to show the “uncategorised” category…
Is this possible?
Thanks again
Forum: Fixing WordPress
In reply to: Dropdown Posts Listbrilliant, thanks for your help :o)
Forum: Fixing WordPress
In reply to: Dropdown Posts ListJust one more thing,
I have another dropdown with the following code:
<?php wp_dropdown_categories(‘show_option_none=Select a Category&show_count=1’); ?>
<script type=”text/javascript”><!–
var dropdown = document.getElementById(“cat”);
function onCatChange() {
if ( dropdown.options[dropdown.selectedIndex].value > 0 ) {
location.href = “<?php echo get_option(‘home’);
?>/?cat=”+dropdown.options[dropdown.selectedIndex].value;
}
}
dropdown.onchange = onCatChange;
–></script>it displays categories with posts within it, is there some way i can manipulate that to show all the categories even if they don’t have a post within it?
Thanks for this, you are saving me a lot of headache!
Forum: Fixing WordPress
In reply to: Dropdown Posts Listit works!, Cheers for that, much appreciated!
Forum: Fixing WordPress
In reply to: Dropdown Posts ListThat works thanks! is there anyway i can change that to show the post title instead of the date?
Thanks again
Forum: Plugins
In reply to: List all of child categories in dropdown menuCould you please post the code that would display all posts from all categories in a dropdown box?
Thanks