add files
This commit is contained in:
15
template-parts/single/post-social-share.php
Normal file
15
template-parts/single/post-social-share.php
Normal file
@@ -0,0 +1,15 @@
|
||||
<!--[single/post-social-share]-->
|
||||
|
||||
|
||||
<?php if( wp_is_mobile() ) : ?>
|
||||
|
||||
<?php get_template_part("template-parts/single/post-social-share-mobile"); ?>
|
||||
|
||||
<?php else : ?>
|
||||
|
||||
<?php get_template_part("template-parts/single/post-social-share-desktop"); ?>
|
||||
|
||||
<?php endif; ?>
|
||||
|
||||
|
||||
<!--[/single/post-social-share]-->
|
||||
Reference in New Issue
Block a user