How to edit MarketKing pages & templates

MarketKing allows you to edit most of its built-in pages, by copying the PHP templates to your theme folder (or child theme if you're using one) inside a folder named 'marketking', and then editing them directly. This is similar to how WooCommerce works. By using this method and a child theme, you can make changes that are not lost when the theme or plugin is updated.

You can use this to edit the following pages:

  • Stores List Page
  • Individual Store Page
  • All dashboard pages: Announcements, Teams, Offers, Refunds, Reviews, etc. (it works for dashboard pages of MarketKing Core as well as MarketKing Pro)

For example, if you want to edit the individual store page template:

Go to the plugin folder of MarketKing/public/templates and copy the file named store-page.php

Then go to your theme folder such as wp-content/themes/storefront/marketking/ and paste the file there. (you would need to first create a 'marketking' folder initially).

Now you can edit store-page.php under the theme folder and add your own custom changes.

For example, if you want to edit the product management page:

Go to the plugin folder of MarketKing/public/dashboard and copy the file named edit-product.php

Then go to your theme folder such as wp-content/themes/storefront/marketking/ and paste the file there. (you would need to first create a 'marketking' folder initially).

Now you can edit edit-product.php under the theme folder and add your own custom changes.

Powered by BetterDocs