✏️ 正在编辑: fusion-post-cards.php
路径:
/home/lssfapb/www/wp-content/plugins/fusion-builder/front-end/templates/fusion-post-cards.php
提示:
您可以编辑任何文件(包括二进制文件),但请注意不当修改可能导致文件损坏。
<?php /** * Underscore.js template * * @package fusion-builder * @since 3.3 */ ?> <script type="text/html" id="tmpl-fusion_post_cards-shortcode"> {{{styles}}} <div {{{ _.fusionGetAttributes( attr ) }}}> <# // If Query Data is set, use it and continue. If not, echo HTML. if ( 'undefined' !== typeof query_data && 'undefined' !== typeof query_data.loop_product && query_data.loop_product ) { #> <# if ( 'carousel' === values.layout ) { #> <div class="fusion-carousel-positioner"> <ul {{{ _.fusionGetAttributes( productsAttrs ) }}}> {{{ productsLoop }}} </ul> <# if ( 'yes' === values.show_nav ) { #> {{{ carouselNav }}} <# } #> </div> <# } else { #> <ul {{{ _.fusionGetAttributes( productsAttrs ) }}}> {{{ productsLoop }}} </ul> <# } #> <# if ( 'no' !== values.scrolling && 'terms' !== values.source && 'grid' === values.layout ) { #> {{{ pagination }}} <# } #> <# if ( 'load_more_button' === values.scrolling && -1 !== values.number_posts && 'terms' !== values.source && 'grid' === values.layout ) { #> <button class="fusion-load-more-button fusion-product-button fusion-clearfix">{{{ loadMoreText }}}</button> <# } #> <# } else if ( 'undefined' !== typeof query_data && 'undefined' !== typeof query_data.placeholder ) { #> {{{ query_data.placeholder }}} <# } #> </div> </script>
💾 保存文件
← 返回文件管理器