header on non-wordpress pages
-
I made a custom header on my root directory which includes a WordPress archive code (wp_dropdown_categories) but I get an error when I use the header on pages without my WP blog. Is there a way to fix this?
<form action=”<?php bloginfo(‘url’); ?>” method=”get”><?php wp_dropdown_categories(‘orderby=name&order=ASC&show_count=1&hierarchical=1&show_option_all=Category Archives’); ?><input type=”submit” name=”submit” size=”5″ value=”Go” /></form>
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘header on non-wordpress pages’ is closed to new replies.