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/content.php
<?php /** * Outputs the post content */ // Exit if accessed directly if ( ! defined( 'ABSPATH' ) ) { exit; } ?> <div class="entry-content"> <?php the_content( sprintf( /* translators: %s: Name of current post. */ wp_kses( __( 'Continue reading %s <span class="meta-nav">→</span>', 'magazinex-lite' ), array( 'span' => array( 'class' => array() ) ) ), the_title( '<span class="screen-reader-text">"', '"</span>', false ) ) ); wp_link_pages( array( 'before' => '<div class="page-links">' . esc_html__( 'Pages:', 'magazinex-lite' ), 'after' => '</div>', ) ); ?> </div><!-- .entry-content -->
Save