Function : Automaticly call shortcode from post
-
Hi,
I would be very gratefull for help with this functionality.
I have category page with posts listed. I would like to ad element to each of them – generated inside posts by shortcode – automaticly. [thumbslider post] in this example. In post I use it this way [thumbslider post=’POST ID’]
I tried tu put
<?php echo do_shortcode('[thumbslider post]'); ?>
…inside archive.php which generates category page, but it’s not working. You can see it here
And here is whole archive.php with my line added.
[Code moderated as per the Forum Rules. Please use the pastebin]
- The topic ‘Function : Automaticly call shortcode from post’ is closed to new replies.