Forums
(@pps888)
10 years, 7 months ago
ok thank you so much! very nice plugin!
theme ming. if i put [movie_poster] it works. can the image poster be at the top of the post? before movie’s info?
i noticed that i can put [movie_poster]but in the other theme i tested it was not necessary to put this shotcode
thanks! worked
but i have another problem. featured image is not showing inside post. i tested it in another theme and it worked. is it a theme problem or maybe is it one of my active plugins that causes the problem?
where is this shortcode? i can’t find it
10 years, 11 months ago
ok i found it
Category.php
just before <?php the_content();?
<?php if ( has_post_thumbnail() ) { // check if the post has a Post Thumbnail assigned to it. the_post_thumbnail(); } ?>