Doing Business in Italy Guide

Introduction

add_shortcode('custom_navigation', function() { list( $prev, $next ) = get_custom_adjacent_posts_by_slug( 'business-tax-guide' ); $out = '
'; if ( $prev ) { $out .= ''; } if ( $next ) { $out .= ''; } $out .= '
'; return $out; });