You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
18 lines
659 B
18 lines
659 B
<?php
|
|
/**
|
|
* 案例归档页面模板
|
|
* 用于显示 cases 自定义文章类型的归档页面
|
|
*/
|
|
?>
|
|
<?php get_header();?>
|
|
|
|
<div class="page-full-width">
|
|
<div class="row">
|
|
<div class="col-md-12">
|
|
<?php echo do_shortcode('[nenghui_banner_title bg_image="https://nenghui.com/wp-content/uploads/2025/07/cases-bg.webp" title="CASES" description="Nenghui Energy Cases Successful solar & storage renewable project examples." overlay_opacity="0.5"]'); ?>
|
|
<?php echo do_shortcode('[nenghui_cases posts_per_page="6" default_category="power-station" columns="3" show_tabs="true" show_pagination="true"]'); ?>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
|
|
<?php get_footer();?>
|