Sid Gifari File Manager
🏠 Root
/
home
/
ailwtbdh
/
superstepsgroup.com
/
wp-content
/
themes
/
reobiz
/
template-parts
/
post
/
Editing: content-aside.php
<?php /** * @author rs-theme * @since 1.0 * @version 1.0 */ ?> <?php if(has_post_thumbnail()){ ?> <?php //header style; ?> <div class="bs-img"> <?php the_post_thumbnail()?> </div> <?php }?> <div class="single-content-full"> <div class="bs-desc"> <?php the_content(); wp_link_pages( array( 'before' => '<div class="page-links">' . esc_html__( 'Pages:', 'reobiz' ), 'after' => '</div>', 'link_before' => '<span class="page-number">', 'link_after' => '</span>', ) ); ?> </div> </div>
Save
Cancel