I have category “DJ” – http://clubnews.su/category/dj/
This category have 3 sub-category – radio show, biography and relizy.
I need in page category “DJ” – http://clubnews.su/category/dj/ some block which will be seen sub-category. That they had the appearance of a block “POPULAR CATEGORIES”. But that there were only a subcategory of this category to the hierarchy.
How can i do this?
Hello EDMSU,
Unfortunately, I do not understand very good what you want to achieve but I assume that you want to add some blocks to your category page. Please notice that our theme does not have such a simple option to customize the category page from the panel but you can do that only through code. In order to achieve this, you have to use the do_shortcode method and is_category() condition to implement this. For more reference about this condition, please check the codex, here -> https://developer.wordpress.org/reference/functions/is_category/ You need to know your category ID, you can get it in this way -> http://screencast.com/t/gsigPgFEVZJs
Before using the do_shortcode method, you have to create the shortcode for the specific item you want to display on your category page. For example, if you want to add the Popular Categories you have to follow the next steps -> http://screencast.com/t/Q7dzh54VILK -> http://screencast.com/t/cnpkgXvIGH and then you have to place this in do_shortcode syntax, like this -> <?php echo do_shortcode('[td_block_popular_categories]');?> After you have created this code you have to place it in category.php like this -> http://screencast.com/t/i2696YG6
Please notice that is not a simple task and if you are not aware of the steps in this regard, please consider hiring a freelancer/developer to help you because we cannot provide customization services at the moment, sorry!
Thank you for your understanding!
Hello EDMSU,
Unfortunately, this type of block does not have such an option to change the sorting only for subcategories, sorry! Please notice that to accomplish your request, it needed some additional customizations through code that involve custom work. If you want to develop the structure of this block, you have to alter the code from core file, like this -> http://screencast.com/t/oYTuaoUDfD Please notice that is not a simple task and if you are not aware of the steps in this regard, please consider hiring a freelancer/developer to help you because we cannot provide customization services at the moment, sorry!
Thank you for your understanding!
