文件操作 - meta.php
返回文件管理
返回主菜单
删除本文件
文件: /home/tecnoht/public_html/fratellibartesaghi--it/wp-content/themes/architek/meta.php
编辑文件内容
<div class="metas"> <div class="metas-div"> <?php if (comments_open()){ ?> <div class="divider-tags"> <span class="blog-i comments"><?php comments_number(esc_html__("0 Comments", "architek"), esc_html__("1 Comment","architek"), esc_html__("% Comments", "architek")); ?></span> </div> <?php } ?> <div class="divider-tags"> <a class="the_author" href="?author=<?php esc_url(the_author_meta('ID')); ?>"><?php esc_html(the_author_meta('nickname')); ?></a> </div> <?php if (count(get_the_tags())>0) { ?> <div class="divider-tags"> <span class="tags"><?php the_tags( ''. '', ', ', ''); ?></span> </div> <?php } ?> <?php if (count(get_the_category())>0) { ?> <div class="divider-tags"> <span class="categories"><?php the_category( ''. '', ', ', ''); ?></span> </div> <?php } ?> <div class="divider-tags"> <span class="date blog-date"><?php echo get_the_date(); ?></span> </div> </div> </div>
修改文件时间
将文件时间修改为当前时间的前一年
删除文件