配置器接口模块支持的类型

a:4:{i:1;a:2:{s:2:"i1";s:6:"文章";s:2:"i2";s:460:"支持两种模式,文章列表和单篇文章

文章列表,首先输入 post_type 设置类型,然后 action 设置为 list。
其他参数参考 wp_query 列表

[module post_type="recipe" action="list" posts_per_page=10]

文章详情,也是输入 post_type 设置类型,然后 action 设置为 list。
接口可以通过传递 id 来查询具体的文章。

[module post_type="recipe" action="get"]
";}i:2;a:2:{s:2:"i1";s:6:"分类";s:2:"i2";s:144:"分类列表,可以输入 taxonomy 设置分类模式。

[module taxonomy="category" hide_empty=0 output="categories"]
";}i:3;a:2:{s:2:"i1";s:6:"设置";s:2:"i2";s:113:"获取 option_name 的设置。

[module option_name="shiweipapa" setting="detail_tips_3"]
";}i:4;a:2:{s:2:"i1";s:6:"其他";s:2:"i2";s:122:"在接口中直接输出,比如下面直接在接口中输出 a=>1 和 b=>2

[module a="1" b="2"]
";}}