PenciDesign replied
Hi,
\1/ If you want to set special sidebar for your category pages only, you can add more this code to sidebar.php file like on this image:
\\
else if ( is_category() && is_active_sidebar( 'custom-sidebar-6' ) ) {\
dynamic_sidebar( 'custom-sidebar-6' );\
}\
After that, drag & drop widgets you want to display on category page to sidebar Custom Sidebar 6
\2/ We've said about that here - Please check it.
\3/ You can custom excerpt length via Customize > Other Layout Options > Custom Excerpt Length.
\ \Best Regards,
\PenciDesign