13 lines
498 B
PHP
13 lines
498 B
PHP
<?php
|
|
/**
|
|
* Title: Post terms
|
|
* Slug: powder/post-terms
|
|
* Inserter: no
|
|
*/
|
|
?>
|
|
<!-- wp:group {"tagName":"footer","style":{"spacing":{"blockGap":"0px"}},"className":"entry-footer","layout":{"type":"constrained"}} -->
|
|
<footer class="wp-block-group entry-footer">
|
|
<!-- wp:post-terms {"term":"category","prefix":"<?php echo esc_html__( 'In:', 'powder' ); ?> "} /-->
|
|
<!-- wp:post-terms {"term":"post_tag","prefix":"<?php echo esc_html__( 'Tags:', 'powder' ); ?> "} /-->
|
|
</footer>
|
|
<!-- /wp:group -->
|