shell bypass 403
<?php
/**
* Template part for displaying a post's title
*
* @package thebase
*/
namespace TheBase;
do_action( 'thebase_single_before_entry_title' );
the_title( '<h1 class="entry-title">', '</h1>' );
do_action( 'thebase_single_after_entry_title' );