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.

19 lines
696 B

<?php
/**
* FAQ归档页面模板
* 用于显示 FAQ 自定义文章类型的归档页面
*/
?>
<?php get_header();?>
<div class="page-full-width">
<div class="row">
<div class="col-md-12">
<?php echo do_shortcode('[nenghui_banner_title title="FAQ" bg_image="https://nenghui.com/wp-content/uploads/2025/07/SUPPORT.webp" description="Nenghui Energy FAQs Answers on renewable solutions services sustainability and support for solar wind storage" overlay_opacity="0.5"]'); ?>
<?php echo do_shortcode('[nenghui_about_nav menu_id="7"]'); ?>
<?php echo do_shortcode('[nenghui_faq title="FREQUENTLY ASKED QUESTIONS" show_animation]'); ?>
</div>
</div>
</div>
<?php get_footer();?>