add files
This commit is contained in:
8
partner-panda.php
Normal file
8
partner-panda.php
Normal file
@@ -0,0 +1,8 @@
|
||||
<div class="partners" id="panda-<?php echo get_queried_object_id(); ?>">
|
||||
<div id="panda_div_<?php echo get_the_ID() ?>"></div>
|
||||
<?php if(!wp_is_mobile()): ?>
|
||||
<script type="text/javascript" charset="utf-8">
|
||||
//loadCluster('panda_div_<?php echo get_the_ID() ?>', '<?php echo get_permalink(get_the_ID()); ?>', function (isSuccess, divId) {return;});
|
||||
</script>
|
||||
<?php endif; ?>
|
||||
</div>
|
||||
Reference in New Issue
Block a user