A
A
Andrey Filimonov2017-12-25 12:39:56
css
Andrey Filimonov, 2017-12-25 12:39:56

How to arrange a list of headings in a blog in WP in a line, and not in a list?

Hello, please tell me what needs to be done so that the headings in the blog are displayed in a line, and not in a list. I do as instructed:

<?php wp_list_categories('title_li=&style=none&order=DESC&orderby=count&current_category&show_count=1'); ?>

style=none should display everything in a line, but they are still a list here
5a40c761145fe002307576.png

Answer the question

In order to leave comments, you need to log in

1 answer(s)
D
doweb, 2017-12-25
@fil_and

List them and set li display:inline-block
style = none adds br
Or pass the argument as well separator. Read more .

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question