Skip to content

Instantly share code, notes, and snippets.

@tdmrhn
Last active October 18, 2021 15:48
Show Gist options
  • Save tdmrhn/f0001ba5212cdc878443c6ce494e3151 to your computer and use it in GitHub Desktop.
Save tdmrhn/f0001ba5212cdc878443c6ce494e3151 to your computer and use it in GitHub Desktop.
Posts Shortcode Offset 5
<?php
add_filter('blocksy:general:shortcodes:blocksy-posts:args', function ($args) {
$args['offset'] = 5;
return $args;
} );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment