2017-10-18 170 views
-1

我爲我的WordPress網站購買了主題「Shop Isle Premium」,並在其上安裝了WooCommerce。我已經設立了我的商店作爲我的網站的首頁,但對我來說還不夠。如何在負載上顯示特定產品類別的產品?

我想在加載時顯示特定類別的產品(如特色產品:折扣,新產品等),因此人們只會看到我想先展示的少數產品。

我想看到這個。 - 「Sonderangebot」類別的產品: I want to see this. - Products of the category "Sonderangebot".

取而代之。 - 在店鋪每個類別的產品: Instead of this. - Products of every category in the shop.

我創建的類「Sonderangebot」,現在我只需要檢查它的產品頁面上,瞧,該產品已經在一個或多個類別。

您可以查看多個類別: You can check more than one categories.

我讀過有關WooCommerce的簡,但實際上,我沒有對如何使用他們的想法,或者這將是我的問題的解決方案。我也嘗試過「精選產品」小部件,但我只能將其放置在側欄中,並且希望它位於我的頁面的右欄中,如上圖所示。

您能否明確告訴我?

+0

我投票結束這個問題作爲題外話,因爲它不是編程相關。您可以嘗試WordPress開發,但這也是開發者的網站。 –

回答

0

如果你需要顯示一些頁面您的產品或您的主頁,你可以在woocommerce Shortcodes included with WooCommerce

使用簡碼之後,你可以嘗試在網頁上這個代碼將展示8種產品的每一行都將是4種產品。

[products limit="8" columns="4" category="Sonderangebot" cat_operator="AND"] 

enter image description here

關於左側欄,您可以使用簡碼這樣 [產品限制= 「2」 列= 「1」 類= 「Sonderangebot」 cat_operator = 「和」]

但對於左邊的列更好地使用產品滑塊YITH WooCommerce Product Slider Carousel您可以閱讀有Plugin documentation

Will be looks like this YITH WooCommerce Product Slider Carousel

+0

只需要清楚,請查看我的網站: http://www.moba-okros.de 此鏈接直接將您帶到商店,我希望您能看到產品類別「Sonderangebot 「首先,而不是全部。 – needed

相關問題