add files
This commit is contained in:
30
page-testpage.php
Normal file
30
page-testpage.php
Normal file
@@ -0,0 +1,30 @@
|
||||
<?php
|
||||
|
||||
|
||||
get_header();?>
|
||||
<script>
|
||||
|
||||
var ais_Data = {
|
||||
"ajax_url": "https:\/\/profile.ru\/wp-admin\/admin-ajax.php"
|
||||
}
|
||||
|
||||
</script>
|
||||
|
||||
<script type="text/javascript" src="https://cdn.profile.ru/wp-content/plugins/ajax-infinite-scroll/js/ajax-infinite-scroll-get.js?ver=1.0.7" id="ajax-infinite-scroll-js"></script>
|
||||
|
||||
|
||||
<div id="ais-posts-container">
|
||||
</div>
|
||||
|
||||
<div id="ais-loader"
|
||||
data-offset="24"
|
||||
data-posts-per-page="21"
|
||||
data-post-type="profile_article"
|
||||
data-repeater="home"
|
||||
style="text-align: center; padding: 50px; width: 100%;">
|
||||
<img src="/wp-content/themes/profile/assets/img/svg-loaders/oval.svg" alt="Загрузка..." style="width:50px;">
|
||||
</div>
|
||||
|
||||
<? get_footer();?>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user