我认为你找不到支持这种功能的插件,你必须自己编写插件。
查找其中支持HTML div的滑块对于目标和募集金额,您可以将其保存在自定义帖子类型中对于进度条,可以使用this 第一,这将防止您在加载时加载不必要的js
<? $args = array(
\'post_type\'=> \'services\',
\'areas\' => \'painting\',
\'order\' => \'ASC\'
);
$the_query = new WP_Query( $args );
if($the_query->have_posts() ) : while ( $the_query->have_posts() ) :
$the_query->the_post(); ?>