feat: release B2B Trade theme 2.1.0
This commit is contained in:
+5
-1
@@ -4,6 +4,10 @@
|
||||
*
|
||||
* @package Fragrance_Trade
|
||||
*/
|
||||
if ( ! defined( 'ABSPATH' ) ) {
|
||||
exit;
|
||||
}
|
||||
|
||||
get_header();
|
||||
?>
|
||||
<main id="primary" class="site-main">
|
||||
@@ -35,7 +39,7 @@ get_header();
|
||||
<?php endif; ?>
|
||||
</header>
|
||||
<div class="case-content"><?php the_content(); ?></div>
|
||||
<a href="<?php echo esc_url( home_url( '/contact/' ) ); ?>" class="btn btn-b2b-primary mt-3"><?php esc_html_e( '预约同款施工', 'fragrance-trade' ); ?></a>
|
||||
<a href="<?php echo esc_url( home_url( '/contact/' ) ); ?>" class="btn btn-b2b-primary mt-3"><?php esc_html_e( '咨询同类施工', 'fragrance-trade' ); ?></a>
|
||||
</article>
|
||||
<?php endwhile; ?>
|
||||
</main>
|
||||
|
||||
Reference in New Issue
Block a user