<?php echo do_shortcode(''); ?>
That’s the code I’m using, I need a way to limit it to 2 items instead of all items. I know there is no native way to do it with the gallery shortcode, but is there a plugin or alternative method I could use?
<?php echo do_shortcode(''); ?>
That’s the code I’m using, I need a way to limit it to 2 items instead of all items. I know there is no native way to do it with the gallery shortcode, but is there a plugin or alternative method I could use?
You must be logged in to post a comment.
you can rewrite the gallery shortcode function in your template’s functions.php and do something like this