If you want to add a category description to the category page, you need to open a file that displays categories in your theme, usually this is a file archive.php or category.php and add this code to it <?php echo category_description(get_the_category()[0]->cat_ID); ?> 123 <?phpecho category_description(get_the_category()[0]->cat_ID);?> Also...
Themes
Colored responsive WordPress theme Customizer features Header options Fixed sticky header Custom logo Background colors Site background Header background Content bacground Footer background Content options Left/Right sidebar position Show/Hide Date Meta Show/Hide Author Meta Show/Hide Category Meta Show/Hide Views Meta Show/Hide Comment Meta Show/Hide Comments Template Show/Hide Tags Read More Link Text Post Excerpt...
Theme installation Go to Appearance - Themes. Click Add New, then click Upload Theme. Choose zip file with theme and click Install now and Activate. Also you can install a theme via FTP. Unzip zip file with theme, then connect to FTP to your site and copy the theme to a folder /wp-content/themes/ After that activate theme in admin dashboard Appearance - Themes Main settings Main theme settings are available on...