PATH:
home
/
niazsaze
/
public_html
/
wp-content
/
themes
/
flatsome
/
template-parts
/
posts
<?php /** * Posts content. * * @package Flatsome\Templates * @flatsome-version 3.16.0 */ ?> <div class="entry-content"> <?php if ( flatsome_option('blog_show_excerpt') || is_search()) { ?> <div class="entry-summary"> <?php the_excerpt(); ?> <div class="text-<?php echo get_theme_mod( 'blog_posts_title_align', 'center' );?>"> <a class="more-link button primary is-outline is-smaller" href="<?php echo get_the_permalink(); ?>"><?php _e('ادامه مطلب <span class="meta-nav">←</span>', 'flatsome'); ?></a> </div> </div> <?php } else { ?> <?php the_content( __( 'ادامه مطلب <span class="meta-nav">→</span>', 'flatsome' ) ); ?> <?php wp_link_pages(); ?> <?php }; ?> </div>
[-] content.php
[edit]
[-] archive-inline.php
[edit]
[-] layout.php
[edit]
[-] single.php
[edit]
[-] archive-3-col.php
[edit]
[-] content-none.php
[edit]
[-] layout-right-sidebar.php
[edit]
[-] layout-left-sidebar.php
[edit]
[-] content-search.php
[edit]
[-] content-single.php
[edit]
[-] archive-2-col.php
[edit]
[-] archive-list.php
[edit]
[+]
loop
[-] featured-posts.php
[edit]
[+]
partials
[+]
..
[-] archive.php
[edit]