| Server IP : 173.209.174.21 / Your IP : 216.73.216.89 Web Server : Apache/2.4.58 (Ubuntu) System : Linux wcfs-server 6.8.0-124-generic #124-Ubuntu SMP PREEMPT_DYNAMIC Tue May 26 13:00:45 UTC 2026 x86_64 User : nodor ( 1000) PHP Version : 8.3.6 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : OFF | Sudo : ON | Pkexec : OFF Directory : /var/www/wearewc/wp-content/themes/shoper/template-parts/ |
Upload File : |
<?php
/**
* Template part for displaying page content in page.php
*
* @link https://developer.wordpress.org/themes/basics/template-hierarchy/
*
* @package shoper
*/
?>
<article id="post-<?php the_ID(); ?>" <?php post_class( array('shoper-single-post') ); ?>>
<?php
/**
* Hook - shoper_posts_blog_media.
*
* @hooked shoper_posts_formats_thumbnail - 10
*/
do_action( 'shoper_posts_blog_media' );
?>
<div class="post">
<?php
/**
* Hook - diet_shop_site_content_type.
*
* @hooked site_loop_heading - 10
* @hooked render_meta_list - 20
* @hooked site_content_type - 30
*/
do_action( 'shoper_site_content_type');
wp_link_pages( array(
'before' => '<div class="page-links">' . esc_html__( 'Pages:', 'shoper' ),
'after' => '</div>',
) );
?>
<?php if ( get_edit_post_link() ) : ?>
<div class="entry-footer">
<?php
edit_post_link(
sprintf(
wp_kses(
/* translators: %s: Name of current post. Only visible to screen readers */
__( 'Edit <span class="screen-reader-text">%s</span>', 'shoper' ),
array(
'span' => array(
'class' => array(),
),
)
),
get_the_title()
),
'<span class="edit-link">',
'</span>'
);
?>
</div ><!-- .entry-footer -->
<?php endif; ?>
<div class="clearfix"></div>
</div>
</article><!-- #post-<?php the_ID(); ?> -->