????
| Current Path : /home2/morganrand/public_html/sub/wp-content/themes/oceanwp/partials/search/ |
| Current File : /home2/morganrand/public_html/sub/wp-content/themes/oceanwp/partials/search/readmore.php |
<?php
/**
* Search result page entry read more
*
* @package OceanWP WordPress theme
*/
// Exit if accessed directly
if ( ! defined( 'ABSPATH' ) ) {
exit;
}
// Text
$text = esc_html__( 'Continue Reading', 'oceanwp' );
// Apply filters for child theming
$text = apply_filters( 'ocean_search_readmore_link_text', $text ); ?>
<div class="search-entry-readmore clr">
<a href="<?php the_permalink(); ?>" title="<?php echo esc_attr( $text ); ?>"><?php echo esc_html( $text ); ?></a>
</div><!-- .search-entry-readmore -->