Щоб імпортувати WordPress Блог в Magento 2, будь ласка скористайтесь розширенням Magento 2 Блог від Magefan.
Перегляньте це відео
Щоб імпортувати WordPress Блог в Magento 2, будь ласка скористайтесь розширенням Magento 2 Блог від Magefan.
Перегляньте це відео
There are different ways to install Magento 2 Extension:
This installation method is the most preferred, but not all Magento 2 extension vendors provide a possibility to install their modules via the Composer.
Composer is the package manager for the PHP, it allows you to manage dependencies of Magento 2 extensions and PHP libraries. It also facilitates the upgrade process of Magento2 & Magento2 Extensions.
This is the most common method since Magento 1.x times.
Будь ласка, дотримуйтесь інструкцій, щоб вирішити проблему.
1. Створіть новий XML файл у вашій темі
app / design / frontend / Vendor / theme / Magento_Swatches / layout / catalogsearch_result_index.xml
2. Помістіть у нього цей контент
<?xml version="1.0"?> <!-- /** * Copyright © 2015 Magento. All rights reserved. * See COPYING.txt for license details. */ --> <page xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" layout="2columns-left" xsi:noNamespaceSchemaLocation="urn:magento:framework:View/Layout/etc/page_configuration.xsd"> <head> <css src="Magento_Swatches::css/swatches.css"/> </head> <body> <referenceBlock name="category.product.type.details.renderers"> <block class="Magento\Swatches\Block\Product\Renderer\Listing\Configurable" as="configurable" template="Magento_Swatches::product/listing/renderer.phtml" /> </referenceBlock> </body> </page>
1. Перейдіть в Admin Panel > Content > Posts, виберіть публікацію та відкрийте вкладку Content.
2. Вставте Розрив сторінки там де хочете додати тег "Read more".