forked from LiveCarta/LiveCartaWP
LAW-3559
This commit is contained in:
@@ -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; ?>
|
||||
|
||||
Reference in New Issue
Block a user