Viewing 1 replies (of 1 total)
  • If you were just dealing with regular text, you could use get_category_link() which returns the permalink for the category ID you specify, but since you are generating a select-box (at least it looks like you are) that will not work.

    You can use this function to generate a drop-down list of categories:

    https://codex.www.ads-software.com/Template_Tags/wp_dropdown_categories

    If you are not trying to make a drop-down box, I am not sure why you would be using the option elements, unless you are displaying the select object in another section of code.

Viewing 1 replies (of 1 total)
  • The topic ‘Categories…’ is closed to new replies.