replace all mt- to sad-
This commit is contained in:
@ -1,4 +1,4 @@
|
||||
<?php
|
||||
<?php
|
||||
/**
|
||||
* Shows related posts on single post page
|
||||
*
|
||||
@ -23,10 +23,10 @@ $related_posts_query = new WP_Query( $related_posts_args );
|
||||
|
||||
if ( $related_posts_query->have_posts() ) :
|
||||
?>
|
||||
<section class="mt-single-related-posts">
|
||||
<h2 class="mt-related-post-title"><?php echo esc_html( $related_posts_title ); ?></h2>
|
||||
<section class="sad-single-related-posts">
|
||||
<h2 class="sad-related-post-title"><?php echo esc_html( $related_posts_title ); ?></h2>
|
||||
|
||||
<div class="mt-related-posts-wrapper">
|
||||
<div class="sad-related-posts-wrapper">
|
||||
<?php
|
||||
while ( $related_posts_query->have_posts() ) :
|
||||
$related_posts_query->the_post();
|
||||
|
Reference in New Issue
Block a user