[imdb style = “gray”] nm2207222 [/ imdb]
[imdb style = “gray”] nm0243806 [/ imdb]
Greetings and thank you very much for this plugin!
]]>https://tubeboss.adultwpthemes.eu/performers/
]]>thanks.
https://www.ads-software.com/plugins/wpmovielibrary/
]]>https://www.ads-software.com/plugins/imdb-markup-syntax/
]]>https://www.ads-software.com/plugins/wpmovielibrary/
]]>For example, i want in Will Smith page to get all the movies from that post type, using tags or other way…
<?php
$recentPosts = new WP_Query();
$recentPosts->query(array(
'post_type' => 'persoane',
'showposts' => 6,
'taxonomy' => 'lista',
'lista' => 'persoane-actori'
)
);
?>
<?php while ($recentPosts->have_posts()) : $recentPosts->the_post(); ?>
<div class="ibf">
<div class="icf">
<div class="icoperta-actor">
<a href="<?php the_permalink()?>" rel="bookmark" title="<?php printf(__('%s'), the_title_attribute('echo=0')); ?>"><span></span><img src="/scripts/timthumb.php?src=<?php the_field('img_actor'); ?>&h=120&w=90&zc=1" alt="" title="<?php the_title(); ?>" /></a>
</div>
<div class="iflink"><a href="<?php the_permalink()?>" rel="bookmark" title="<?php printf(__('%s'), the_title_attribute('echo=0')); ?>"><?php the_title(); ?></a></div>
</div>
</div>
Thanks in advance
]]>need a helping hand as i am stuck.
i am a novice with wordpress and I have used a plugin to create a custom post type called Movies and within that i have created taxonomies called actors, actresses and directors.
I am having pages to show the listing of all the movies, actors and actresses and directors respectively as:
mysite.com/movies/
mysite.com/actors/
mysite.com/actresses/
mysite.com/directors/
when i click on any movie name it takes me to the particular page of the movie with the details of that movie and my url becomes:
mysite.com/movies/movie-name
when i click on a particular actor for that movie it takes me to:
mysite.com/actors/actor-name/
this is all fine. now my problem is that i want to create a sub page for the particular actor so that when i click on the movies link on that particular actors page it should take me to a different page and my url should become:
mysite.com/actors/actor-name/movies/
I am unable to find a solution as to how to create a sub level page for each of the particular actor, actress and directors.
Any help would be highly appreciated.
one more thing that i forgot to specify is that when i go to mysite.com/actors/actor-name/movies/ page it should display movies that are related to that particular actor only i.e., i dont have to enter specific movies for each actor as the movies have already been entered in the custom post type.
]]>I want to use wordpress for our movie review site. Therefore I am planing the features and plugins I need.
One very important thing is the connection of the posts (critics) via actors, directors, crew in general, but also genre etc. I am now looking for a plugin that can handle that.
The best option IMHO would be to use something like the tag plugin, where you have a field for categrie “actors” where you enter a name. Like in tags you get suggestions of available names that you can choose.
Can you help me? Where can I find such a plugin or tool?
]]>