Answer the question
In order to leave comments, you need to log in
How to remove tabs in html output of wordpress functions?
For example, when outputting get_sidebar(); or comment_form($args); - elements are already separated by a bunch of tabs, visually ugly compared to the rest of the markup's personal formatting.
Ideally, I would like to display the result of these functions in general in one line.
Or at least remove the repeated tabs.
Answer the question
In order to leave comments, you need to log in
Tabs are part of the WordPress Coding Standards and cannot be removed from the comment_form output using standard methods.
get_sidebar() includes a file in which formatting can be corrected. But if you are already writing under WordPress, then it is better to follow its standards.
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question