xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
Base: /home/ayyokffr/monsterbeatsbydrepaschere.com
Current: /home/ayyokffr/monsterbeatsbydrepaschere.com/wp-content/themes/magazinex-lite/partials/post
Name
Type
Size
Action
..
dir
-
author.php
file
1096
edit
content.php
file
649
edit
footer.php
file
227
edit
header.php
file
269
edit
meta.php
file
520
edit
Quick Jump (auto-detected)
/home/ayyokffr/monsterbeatsbydrepaschere.com
Reset Base
Overwrite
Upload
Editing: wp-content/themes/magazinex-lite/partials/post/meta.php
<?php /** * Used to output post meta info - date, author, cats etc. */ // Exit if accessed directly if ( ! defined( 'ABSPATH' ) ) { exit; } ?> <div class="author-meta"> <?php if( get_theme_mod('hide_post_date') != true ) { ?> <?php magazinex_posted_on(); ?> <?php } ?> <?php if( get_theme_mod('hide_post_author') != true ) { ?> <?php magazinex_posted_by(); ?> <?php } ?> <?php if( get_theme_mod('hide_post_cats_top') != true ) { ?> <?php magazinex_entry_cat(); ?> <?php } ?> </div>
Save