Merge pull request #4148 from gregory-p/wordpress

LAW-3559
This commit is contained in:
bivis
2020-08-13 16:02:49 +03:00
committed by GitHub

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; ?>