PsyPlay - Theme for Movies & Series

PsyPlay - Theme for Movies & Series v1.2.5

No permission to download

ab8

New member
May 11, 2022
17
19
3
Why are you posting this here in the wrong thread , no you will not get any help that way
@ukgamer, my bad, i just saw themeforest under the WP Forums so thought this was it. Which is the proper forums for this request? Please point me in the right direction? Thanks. i will delete this post shortly, Cheers mate
cc:
 

tommy0412

New member
Oct 26, 2022
2
2
3
Screenshot (52).png
@tommy0412 , it doesn't work.. is there any other solution adding release year after title?
code i give you is to display year in single movie and single tv show,
in \themes\psyplay\includes\parts\item.php search for
<img <?php echo $cond[0];?> alt="<?php the_title(); ?>">
<span class="mli-info"><h2><?php the_title(); ?></h2></span>
and replace with
<?php $theYear = ($mostrar = $terms = strip_tags( $terms = get_the_term_list( $post->ID, 'release-year') ) ) ? $mostrar : '&nbsp;'; ?>
<img <?php echo $cond[0];?> alt="<?php the_title(); ?>">
<span class="mli-info"><h2><?php the_title(); ?> <?php echo '('. $theYear .')'; ?></h2></span>
in seasons and episodes year cant be diplayed, i dont have a clue why.
 
  • Love
Reactions: jhunay85

jhunay85

Member
May 4, 2022
50
7
8
filmku.online
code i give you is to display year in single movie and single tv show,
in \themes\psyplay\includes\parts\item.php search for
<img <?php echo $cond[0];?> alt="<?php the_title(); ?>">
<span class="mli-info"><h2><?php the_title(); ?></h2></span>
and replace with
<?php $theYear = ($mostrar = $terms = strip_tags( $terms = get_the_term_list( $post->ID, 'release-year') ) ) ? $mostrar : '&nbsp;'; ?>
<img <?php echo $cond[0];?> alt="<?php the_title(); ?>">
<span class="mli-info"><h2><?php the_title(); ?> <?php echo '('. $theYear .')'; ?></h2></span>
in seasons and episodes year cant be diplayed, i dont have a clue why.
it worked.. @tommy0412 Thanks for your help..
 

About us

  • Our community has been around for many years and pride ourselves on offering unbiased, critical discussion among people of all different backgrounds. We are working every day to make sure our community is one of the best.

Quick Navigation

User Menu