| Server IP : 172.67.134.116 / Your IP : 216.73.216.252 Web Server : Apache System : Linux server.rehabsharif.com 5.14.0-611.54.3.el9_7.x86_64 #1 SMP PREEMPT_DYNAMIC Thu May 7 16:31:24 EDT 2026 x86_64 User : nobi37te ( 1003) PHP Version : 8.2.33 Disable Function : exec,passthru,shell_exec,system MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : OFF | Sudo : ON | Pkexec : ON Directory : /home/nobi37te/public_html/wp-content/themes/pro/framework/views/integrity/ |
Upload File : |
<?php
// =============================================================================
// VIEWS/INTEGRITY/CONTENT-LINK.PHP
// -----------------------------------------------------------------------------
// Link post output for Integrity.
// =============================================================================
$link = get_post_meta( get_the_ID(), '_x_link_url', true );
?>
<article id="post-<?php the_ID(); ?>" <?php post_class(); ?>>
<div class="entry-featured">
<?php x_featured_image(); ?>
</div>
<div class="entry-wrap">
<header class="entry-header">
<?php if ( is_single() ) : ?>
<div class="x-hgroup">
<h1 class="entry-title"><?php the_title(); ?></h1>
<span class="entry-title-sub"><a href="<?php echo $link; ?>" title="<?php echo esc_attr( sprintf( __( 'Shared link from post: "%s"', '__x__' ), the_title_attribute( 'echo=0' ) ) ); ?>" <?php x_output_target_blank(); ?>><?php echo $link; ?></a></span>
</div>
<?php else : ?>
<div class="x-hgroup center-text">
<h2 class="entry-title"><a href="<?php the_permalink(); ?>" title="<?php echo esc_attr( sprintf( __( 'Permalink to: "%s"', '__x__' ), the_title_attribute( 'echo=0' ) ) ); ?>"><?php x_the_alternate_title(); ?></a></h2>
<span class="entry-title-sub"><a href="<?php echo $link; ?>" title="<?php echo esc_attr( sprintf( __( 'Shared link from post: "%s"', '__x__' ), the_title_attribute( 'echo=0' ) ) ); ?>" <?php x_output_target_blank(); ?>><?php echo $link; ?></a></span>
</div>
<?php endif; ?>
<?php x_integrity_entry_meta(); ?>
</header>
<?php if ( is_single() ) : ?>
<?php x_get_view( 'global', '_content', 'the-content' ); ?>
<?php endif; ?>
</div>
<?php x_get_view( 'integrity', '_content', 'post-footer' ); ?>
</article>