D7net
Home
Console
Upload
information
Create File
Create Folder
About
Tools
:
/
home
/
aramrprl
/
greytechnologies.info
/
wp-content
/
themes
/
techbiz-final
/
techbiz
/
templates
/
Filename :
content.php
back
Copy
<?php /** * @Packge : Techbiz * @Version : 1.0 * @Author : Vecurosoft * @Author URI : https://www.vecurosoft.com/ * */ // Block direct access if ( ! defined( 'ABSPATH' ) ) { exit; } if( class_exists( 'ReduxFramework' ) ){ get_template_part( 'templates/blog-style-one' ); }else{ get_template_part( 'templates/blog-style-one' ); }