Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- add_action( 'blocksy:single:content:bottom', 'my_butm_block');
- function my_butm_block () {
- if ( ! is_singular('projects') ) {
- return;
- }
- echo do_shortcode ('[reblex id="461"]');
- };
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement