add files

This commit is contained in:
Andrey Kuvshinov
2025-07-09 21:21:17 +03:00
commit 8fc8cbae32
596 changed files with 207566 additions and 0 deletions

View File

@@ -0,0 +1,24 @@
<!--[archive/ajax-load-more/category]-->
<?php
$index_alm_shortcode = '
[ajax_load_more
cache="true"
cache_id="' . get_alm_cache_id( get_queried_object()->term_id ) . '"
container_type="div"
css_classes="row"
post_type="profile_article,anew,yellow"
repeater="template_23"
posts_per_page="10"
post_format="standard"
offset="8"
id="archive"
category="' . get_queried_object()->slug . '"
]';
echo do_shortcode( $index_alm_shortcode );
?>
<!--[/archive/ajax-load-more/category]-->