I am using magefan blog extension, i want to move post page bottom section related product to sidebar
Screenshot : https://i.stack.imgur.com/MDYCd.png
The related product php file under \app\code\Magefan\Blog\Block\Post\View\RelatedProducts.php how to call this file into side bar section?
Hello @Aveeva ,
Although you have to dig your code, but roughly speaking, you have to find the layout file of blog landing page, and then need to cut the element code which is rendering the related products block and then paste that code inside sidebar(or you need to find the container of sidebar and add that block on first by use of referenceContainer or referenceBlock).
ps : nice arrow in screenshot !
Hope it helps !