php WP Post Meta Info短信
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了php WP Post Meta Info短信相关的知识,希望对你有一定的参考价值。
add_filter('widget_text', 'do_shortcode');
add_shortcode( 'post_meta_info', function () { ?>
<p>
<?php if (get_the_modified_time() != get_the_time()) : ?>
Erstellt am: <?php the_time('d.m.Y'); ?> um <?php the_time('G:i'); ?> Uhr<br/>
Bearbeitet am: <?php the_modified_time('d.m.Y'); ?> um <?php the_modified_time('G:i'); ?> Uhr</p>
<?php else: ?>
>Erstellt am: <?php the_time('d.m.Y'); ?> um <?php the_time('G:i'); ?> Uhr<
<?php endif; ?>
Kategorie: <?php the_category(', ') ?><br />
</p>
<?php } );
以上是关于php WP Post Meta Info短信的主要内容,如果未能解决你的问题,请参考以下文章
php 将post meta附加到内容(post_content)(使用'wp_insert_post_data')
WP 插入 post PHP 函数和自定义字段
wordpress 数据库(wp_post_meta)结构效率
sql 在wp_options和wp_post_meta表中查找大型条目
sql 在wp_options和wp_post_meta表中查找大型条目
sql 在wp_options和wp_post_meta表中查找大型条目