D7net
Home
Console
Upload
information
Create File
Create Folder
About
Tools
:
/
home
/
etb1lp46s9ed
/
public_html
/
a3legalservices.site
/
wp-content
/
themes
/
aeen
/
Filename :
single-aeen_practice.php
back
Copy
<?php /** * @author RadiusTheme * @since 1.0 * @version 1.0 */ namespace radiustheme\aeen; $post_id = get_the_ID(); $practice_layout = get_post_meta( $post_id, "aeen_single_practice_arc_style", true ); switch ( $practice_layout ) { case 'style2': get_template_part( 'template-parts/single-practice/single', 'practice-2'); break; default: get_template_part( 'template-parts/single-practice/single', 'practice-1'); break; } ?>