Files
profile/template-parts/archive/ajax-load-more/category.php
Andrey Kuvshinov 8fc8cbae32 add files
2025-07-09 21:21:17 +03:00

24 lines
653 B
PHP

<!--[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]-->