Jump to content
  • 0

dropdown - background


ka81
 Share

Question

Приветствую.

Молю помощи-совета:

wordpress 2.8.4

wordpress.org/extend/themes/simple-notepad - тема

codex.wordpress.org/Template_Tags/wp_dropdown_categories - использованный таг

итак, пошагово:

1) /wp-admin/theme-editor.php?file=/themes/simple-notepad/sidebar.php&theme=Simple+Notepad

вставил:

<li id="categories">
<form action="<?php bloginfo('url'); ?>" method="get">
<?php wp_dropdown_categories('orderby=name&order=DESC'); ?>
<input type="submit" class="knopka" name="submit" value="Ок" />
</form>
</li>

2) меню есть, но бекграунд белый и ширина поля малая, надо бы больше.

3) лезу в wp_dropdown_categories() is located in wp-includes/category-template.php , нахожу там function wp_dropdown_categories( $args = '' ) тамже ниже нахожу $output = "<select name='$name' id='$name' class='$class'

и теперь вупор не могу понять где редактируется визуальный вид этого меню..

прошу совета пжлст...

Link to comment
Share on other sites

0 answers to this question

Recommended Posts

There have been no answers to this question yet

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

 Share

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue. See more about our Guidelines and Privacy Policy