1. Please navigate to M2 Admin Panel > Content > Pages, then start edit Home Page.
2. Change the field Layout Update XML in Design section by adding the next code:
<referenceContainer name="sidebar.additional"> <block class="Magefan\Blog\Block\Sidebar\Recent" name="blog.sidebar.recent" template="sidebar/recent.phtml" after="wishlist_sidebar"> <action method="setCacheLifetime"> <argument name="time" xsi:type="string">86400</argument> </action> </block> </referenceContainer>3. Save the page.
4. Flush magento cache.