| Server IP : 104.21.73.115 / Your IP : 216.73.217.154 Web Server : Apache System : Linux vps42439 6.8.0-136-generic #136~22.04.1-Ubuntu SMP PREEMPT_DYNAMIC Fri Jul 3 16:29:11 UTC x86_64 User : dh_7hi3h9 ( 6349477) PHP Version : 8.3.30 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : OFF | Sudo : ON | Pkexec : ON Directory : /home/dh_7hi3h9/regalflower.com/wp-content/themes/ecode...../ |
Upload File : |
<?php
/**
* TemplateMela
* @copyright Copyright (c) TemplateMela. (http://www.templatemela.com)
* @license http://www.templatemela.com/license/
* @author TemplateMela
* @version Release: 1.0
*/
?>
<?php
//taxonomy
$taxonomy = 'portfolio_categories';
$link_page= '';
//category link
$terms = get_the_terms($post->ID, $taxonomy);
$i=0;
foreach ($terms as $taxindex => $taxitem) {
if($i==0):
$link_cat=get_term_link($taxitem->slug,$taxonomy);
$term_slug = $taxitem->slug;
$term_id = $taxitem->term_id;
endif;
$i++;
}
?>
<?php get_header(); ?>
<!--Start #primary-->
<?php if (get_option('tmpmela_page_sidebar') == 'yes') : ?>
<div id="primary" class="content-area image-attachment">
<?php else : ?>
<div id="primary" class="main-content-inner-full image-attachment">
<?php endif; ?>
<!--Start #content-->
<div id="content" class="site-content" role="main">
<?php if ( have_posts() ) while ( have_posts() ) : the_post(); ?>
<div id="post-<?php the_ID(); ?>" <?php post_class(); ?>>
<div class="entry-main-content">
<div class="entry-content-inner">
<div class="entry-meta">
<?php tmpmela_entry_date(); ?>
<div class="meta-inner"><span class="parent-post-link"><a href="<?php echo esc_url(get_permalink( $post->post_parent )); ?>" rel="gallery"><?php echo esc_attr(get_the_title( $post->post_parent )); ?></a></span></div>
<?php edit_post_link( esc_html__( 'Edit', 'ecode' ), '<span class="edit-link"><i class="fa fa-pencil"></i>', '</span>' ); ?>
</div>
</div>
<?php the_content(); ?>
<?php wp_link_pages( array( 'before' => '<div class="page-link">' . esc_html__( 'Pages:', 'ecode' ), 'after' => '</div>' ) ); ?>
</div>
<!-- .entry-content -->
<div class="entry-utility-port">
<?php edit_post_link( esc_html__( 'Edit', 'ecode' ), '<span class="edit-link">', '</span>' ); ?>
</div>
<!-- .entry-utility -->
<?php if ( comments_open() ) : ?>
<?php comments_template( '', true ); ?>
<?php endif; ?>
</div>
<!-- #post-## -->
<?php endwhile; // end of the loop. ?>
</div><!-- End #content -->
</div><!-- End #primary-->
<?php
if (get_option('tmpmela_page_sidebar') == 'yes') :
get_sidebar( 'content' );
get_sidebar();
endif;
get_footer(); ?>