I'm designing a theme now(persian+right to left),almost finished.
now I want to now how can I to add placeholder to SearchBox input?
In your qa-theme.php, overide the function search_field and add your placeholder.
function search_field($search) { $this->output('<INPUT '.$search['field_tags'].' VALUE="'.@$search['value'].'" CLASS="qa-search-field" placeholder="Search"/>'); }
Welcome to the Q&A site for Question2Answer.
If you have a question about Q2A, please ask here, in English.
To report a bug, please create a new issue on Github or ask a question here with the bug tag.
If you just want to try Q2A, please use the demo site.