PsyPlay - Theme for Movies & Series

PsyPlay - Theme for Movies & Series v1.2.5

No permission to download

tommy0412

New member
Oct 26, 2022
2
2
3
How to auto add release year after title on movies and series?
for movies open \themes\psyplay\includes\single\movies.php
search for <h3 itemprop="name"><?php the_title(); ?></h3>
and replace it with this
<?php $theYear = ($mostrar = $terms = strip_tags( $terms = get_the_term_list( $post->ID, 'release-year') ) ) ? $mostrar : '&nbsp;'; ?>
<h3 itemprop="name"><?php the_title(); ?> <?php echo '('. $theYear .')'; ?> watch movie online</h3>
for series open \themes\psyplay\includes\single\tvshows.php
search for <h3 itemprop="name"><?php the_title(); ?></h3>
and replace it with <?php $theYear = ($mostrar = $terms = strip_tags( $terms = get_the_term_list( $post->ID, 'release-year') ) ) ? $mostrar : '&nbsp;'; ?>
<h3 itemprop="name"><?php the_title(); ?> <?php echo '('. $theYear .')'; ?> watch tv show online</h3>
 
  • Like
Reactions: jhunay85

jhunay85

Member
May 4, 2022
50
7
8
filmku.online
for movies open \themes\psyplay\includes\single\movies.php
search for <h3 itemprop="name"><?php the_title(); ?></h3>
and replace it with this
<?php $theYear = ($mostrar = $terms = strip_tags( $terms = get_the_term_list( $post->ID, 'release-year') ) ) ? $mostrar : '&nbsp;'; ?>
<h3 itemprop="name"><?php the_title(); ?> <?php echo '('. $theYear .')'; ?> watch movie online</h3>
for series open \themes\psyplay\includes\single\tvshows.php
search for <h3 itemprop="name"><?php the_title(); ?></h3>
and replace it with <?php $theYear = ($mostrar = $terms = strip_tags( $terms = get_the_term_list( $post->ID, 'release-year') ) ) ? $mostrar : '&nbsp;'; ?>
<h3 itemprop="name"><?php the_title(); ?> <?php echo '('. $theYear .')'; ?> watch tv show online</h3>
I will try it.. Thx @tommy0412 ..
 

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