Answer the question
In order to leave comments, you need to log in
How to set an image for subheadings in WordPress?
Good afternoon! How can I add images to subcategories. Of course, I want to do without using the plugin.
I would like to get something like this:
The code for obtaining child categories itself:
<div class=" subcat">
<ul>
<?php
if (count(get_categories('child_of='.$cat)))
if (is_category()) {
$current_cat=get_query_var('cat');
wp_list_categories('child_of='.$current_cat.'&title_li=&show_count=1');} ?>
</ul>
</div>
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question