How can you split category.description above and below the product list

Step 1 - Placing Stencil Split Handlebar Method

Open the category.html file from template/pages/ folder.

find this code clock;

{{#if category.description}}
    {{{category.description}}}
{{/if}}        

change with this one;

{{#if category.description}}
    {{{first (split category.description "-split-")}}}
{{/if}}

this is the first part of the category description.

Then place this code block below the product-listing-container div;

{{#if category.description}}
    {{{after (split category.description "-split-") 1}}}
{{/if}}

Step 2 - Inform the marketing team how can they split the category description in the WYSIWYG editor

Open a category description editor. Place the description and open html mode from the editor toolbar and place -split- word between the description.

When you press down on the stick, are you usually flying a model that came assembled for you or one that you built yourself? At RC Superstore, we have parts and models to match every taste and level of experience. Even if you fly pre-assembled aircraft models, however, you’re going to want to make sure that you have a stock of at least some spare parts on hand so you can keep your planes flying longer.
-split-
It’s generally a good rule of thumb to have a little kit with you when you’re out flying so you could replace anything that goes wrong out in the field. That’ll help you to reduce the risk of ruining what would otherwise be a perfect day out. Consider investing in something sturdy to begin with, like the HobbyZone Sport Cub S v2 RTF RC Airplane. It’s a good solid option for those who are learning to fly and don’t want to have to worry about being a little too rough as they get their bearings as pilots.

That's all, Happy Hacking 🧡