Linux 软件免费装

ASD Products

开发者 michaelfahey
更新时间 2019年1月29日 15:51
PHP版本: 3.6 及以上
WordPress版本: 5.0.3
版权: GPLv3
版权网址: 版权信息

标签

seo schema.org structured data json-ld rich content

下载

1.201804101 2.201808064 2.201808201 2.201901281

详情介绍:

安装:

Manual installation At a command prompt or using a file manager, unzip the .ZIP file in the WordPress plugins directory, usually ~/public_html/wp-content/plugins . In the In the WordPress admin Dashboard (usually http://yoursite.foo/wp-a dmin ) click Plugins, scroll to ASD Products, and click "activate". Upload in Dashboard Download the ZIP file to your workstation. In the WordPress admin Dashboard (usually http://yoursite.foo/wp-admin ) Select Plugins, Add New, click Upload Plugin, Choose File and navigate to the downloaded ZIP file. After that, click Install Now, and when the installer finishes, click Activate Plugin.

屏幕截图:

  • ASD Products Type in Dashboard
  • Edit ASD Product
  • Results in the Structured Data Testing Tool

升级注意事项:

2.201901281 2019-01-28 2.201808201 2018-08-20 2.201808065 2018-08-06 No fallout anticipated from this upgrade. 1.201803131 2018-03-13 DOM classes must be copied from "leading_html" post meta field, and moved to "wrapperclasses" post meta field. I personally performed this task for the handful of sites which are currently running this plugin.

常见问题:

Creating A New ASD Product

This Product Type does not include e-commerce Shopping Cart or Checkout functionality. In the WordPress Admin Dashboard, look for the Artisan Site Designs Menu, and select Products. Click Add New, and populate the various fields. These fields are for JSON-LD Structured Data only and are not displayed in content.

  • Product Description
  • Product Image: an URL to an image
  • Offer/Price: numeric value, ex: 100.00
  • Currency: example USD = US dollar
  • Aggregate Review
  • Review Count Use Google's Structured Data Testing Tool to see how the search engine sees your structured data. Structured Data Testing Tool
The fields Leading HTML and Trailing HTML are used to wrap the product in addional CSS classes. Only div elements and class attributes are allowed.

Shortcode Syntax

[asd_insert_products ids='123'] Inserts ASD Product with ID = 123 [asd_insert_products ids='123,234'] Inserts ASD Products with IDs = 123 and 234 [asd_insert_products name='my-product-slug'] Inserts ASD Products with Slug (Name) my-product-slug [asd_insert_products name='my-product-slug' template='my-product-template.php'] Inserts ASD Products with Slug (Name) my-product-slug and use a template named my-product-template.php

Shortcode Templates

Three shortcode templates are included with the plugin

  • products-banner-template.php
  • products-short-template.php
  • products-template.php Copy any of these templates to your theme location so they can be customized. The theme directory is checked first, then the plugin directory. If no matching template file is found, the default template (products-template.php) is used.

Taxonomy

A new Taxonomy "ASD Product Groups" (slug: "asdproductgroups") is included for grouping and organizing ASD Products.

更新日志:

2.201901281 2019-01-28 Tweak Submodule Updates Tweak Updated codesniffer audit 2.201812101 2018-12-10 Tweak Submodule Updates Fix class-asd-addcustomposts no longer uses posts_per_page=-1 2.201808181 2018-08-20 *Tweak The asd-admin-menu and register-site-data function libraries now are version sensitive, so that the lastest version will always be loaded, even when mixed versions are present. This allows mixed versions of plugins which use these libraries to peacefully coexist. 2.201808065 2018-08-06 Tweak plugin now set up to use cuztom library, class and parent classes based definitions for defining and adding custom "product" post types. This chenge is entirely internal, class is the same in Dashboard and front end. Tweak using shared asd-admin-menu.php Tweak using shared register-site-data.php Tweak taxonomy-filters are rolled into custom post parent class and are no longer loaded as standalone functions. *Fix wrapperclasses closing div comments were incorrect 1.201804101 2018-04-10 1.201804021 2018-04-02 1.20180321 2018-03-22 1.201803171 2018-03-17 1.201803152 2018-03-15 1.201803131 (Second RC) 2018-03-13 1.201803113 2018-03-11