This commit is contained in:
g
2020-08-13 15:58:00 +03:00
parent 1f4ab5490a
commit 5beca332a4

View File

@@ -7,6 +7,7 @@
<?=get_post_meta($post->ID,'title2',true); ?>
<?=get_the_post_thumbnail_url(); ?>
<?=get_permalink(); ?>
<?=get_the_content(null,false, $post); ?>
<?php $categories = get_the_category();
foreach($categories as $category):?>
<?=$category->term_id; ?>