PATH:
home
/
lab2454c
/
fcxpro.com
/
wp-content
/
themes
/
webon
/
inc
/
blog
/
templates
/
parts
/
post-info
<?php if ( ! post_password_required() ) { ?> <div class="qodef-e-read-more"> <?php if ( webon_post_has_read_more() ) { $button_params = array( 'link' => get_permalink() . '#more-' . get_the_ID(), 'button_layout' => 'textual', 'text' => esc_html__( 'Continue Reading', 'webon' ), ); } else { $button_params = array( 'link' => get_the_permalink(), 'button_layout' => 'textual', 'text' => esc_html__( 'Read More', 'webon' ), ); } webon_render_button_element( $button_params ); ?> </div> <?php } ?>
[-] category.php
[edit]
[-] title.php
[edit]
[-] tags.php
[edit]
[+]
..
[-] excerpt.php
[edit]
[-] media.php
[edit]
[-] author.php
[edit]
[-] read-more.php
[edit]
[-] date.php
[edit]
[-] comments.php
[edit]
[-] image.php
[edit]