{"id":3797,"date":"2020-05-21T06:54:53","date_gmt":"2020-05-21T06:54:53","guid":{"rendered":"http:\/\/www.ferrycroatia.com\/en\/?p=3797"},"modified":"2021-08-16T07:55:57","modified_gmt":"2021-08-16T05:55:57","slug":"ploce-termoli","status":"publish","type":"post","link":"https:\/\/www.ferrycroatia.com\/en\/ploce-termoli\/","title":{"rendered":"Ploce to Termoli"},"content":{"rendered":"\r\n<p>The <strong>ferry from Ploce to Termoli<\/strong> was operated by the company GSTravel, due to Coronavirus the schedule for 2020 and 2021 was cancelled. As an alternative to this route you can check out other <a href=\"https:\/\/www.ferrycroatia.com\/en\/croatia-italy\/\">ferries between Croatia and Italy<\/a>.<\/p>\r\n\r\n\r\n\r\n<p>BTW: Did you know that you can <strong>sail with <a href=\"https:\/\/www.ferrycroatia.com\/en\/ploce-trpanj\/\">ferry to Trpanj<\/a><\/strong> on the Peljesac peninsula from Ploce? It is a 1 hour crossing and then you are where some of the <strong><a href=\"https:\/\/matusko-vina.hr\/en\/\" target=\"_blank\" rel=\"noopener\">best wine in Croatia<\/a> is grown<\/strong> \ud83d\ude42<\/p>\r\n\r\n\r\n\r\n\n                \n        \n                    <div class=\"search-results__autotext\">\n                            <\/div>\n        \n        <div class=\"search-results\">\n            <div class=\"search-results__content\">\n                <h1 class=\"search-results__entry-title\">\n                    Ploce  <i class=\"fa fa-long-arrow-alt-right\"><\/i> Termoli , 2026-05-01                <\/h1>\n                                    <div class=\"search-results__no-results\">\n                                            <\/div>\n                                                    <!--        <\/div>-->\n<!--            <\/div>-->\n        <\/div>\n        <script>\n            \/\/jQuery.noConflict();\n            var ratios = JSON.parse('[{\"ratio\":1625.392357,\"val\":\"ARS\",\"sign\":\"Arg$\"},{\"ratio\":1.95,\"val\":\"BAM\",\"sign\":\"KM\"},{\"ratio\":5.864568,\"val\":\"BRL\",\"sign\":\"R$\"},{\"ratio\":0.9236,\"val\":\"CHF\",\"sign\":\"CHF\"},{\"ratio\":24.382,\"val\":\"CZK\",\"sign\":\"K\\u010d\"},{\"ratio\":1,\"val\":\"EUR\",\"sign\":\"\\u20ac\"},{\"ratio\":0.86643,\"val\":\"GBP\",\"sign\":\"\\u00a3\"},{\"ratio\":10.862,\"val\":\"NOK\",\"sign\":\"NKr\"},{\"ratio\":4.11778,\"val\":\"PEN\",\"sign\":\"S\\\/\"},{\"ratio\":4.2518,\"val\":\"PLN\",\"sign\":\"z\\u0142\"},{\"ratio\":117.418676,\"val\":\"RSD\",\"sign\":\"DIN\"},{\"ratio\":10.8405,\"val\":\"SEK\",\"sign\":\"SKr\"},{\"ratio\":52.782086,\"val\":\"TRY\",\"sign\":\"\\u20ba\"},{\"ratio\":1.1706,\"val\":\"USD\",\"sign\":\"$\"}]');\n            var stations = JSON.parse('null');\n            var startImage = 'https:\/\/www.ferrycroatia.com\/en\/wp-content\/plugins\/getbyaps-routes-ferry\/assets\/images\/start.png',\n                endImage = 'https:\/\/www.ferrycroatia.com\/en\/wp-content\/plugins\/getbyaps-routes-ferry\/assets\/images\/end.png',\n                pinImage = 'https:\/\/www.ferrycroatia.com\/en\/wp-content\/plugins\/getbyaps-routes-ferry\/assets\/images\/pin.png';\n            var messages = new Object();\n            messages.click_to_see_map = \"Click to see map\";\n                        \/\/$('header .adsense').hide();\n            \n            function fetchLiveApiPrices() {\n                var $item = [];\n                $('#page_main_wrap').find('.search-results img.price-loading-gif').each(function (index, item) {\n                    $item[index] = $(item);\n                    try {\n                        $.ajax({\n                            \/\/url: 'http:\/\/getbybus.dev\/fetch-api-live-price',\n                            url: 'https:\/\/getbybus.com\/fetch-api-live-price',\n                            dataType: \"json\",\n                            data: {\n                                data: $item[index].data('live_connection_params'),\n                                currency: 'HRK',\n                                index: index\n                            },\n                            type: 'POST'\n                        }).done(function (data) {\n\n                            var livePrice = 0;\n                            if (js_isset(data, 'data', 'attributes', 'price_per_seat')) {\n                                livePrice = Math.round(Number((data.data.attributes.price_per_seat)));\n                                $item[data.data.index].parent()\n                                    .find('.price-value')\n                                    .html(\n                                        livePrice\n                                        \/\/'<span style=\"color:#d0b802!important\">'+livePrice+'<\/span>'\n                                        \/\/+ ' <span class=\"currency\">'\n                                        \/\/+ currentCurrencyRatio.currency\n                                        \/\/+ '<\/span>'\n                                    );\n                                \/\/$item[data.data.index].hide();\n                            }\n\n                            \/\/ hide gif loader\n                            $item[index].attr('style', 'display:none!important');\n\n                            if (0 == livePrice) {\n                                var $holder = $item[data.data.index].closest('.bus-table__row');\n                                $holder.hide();\n                            }\n                        }).fail(function (xhr, err) {\n                        });\n                    }\n                    catch (e) {\n                    }\n                });\n\n            }\n\n            jQuery(document).ready(function ($) {\n\n                $('.redirect_datepicker').each(function () {\n                   $(this).datepicker({\n                       minDate: 'now',\n                       dateFormat: 'yy-mm-dd',\n                   });\n                });\n\n                \n                                if ($(\"#departureStation\").length > 0) {\n                    $(\"#departureStation\").val('999');\n                }\n                \n                \n                                if ($(\"#arrivalStation\").length > 0) {\n                    $(\"#arrivalStation\").val('4199');\n                }\n                \n                \n                $('.redirect_datepicker').on('click', function () {\n                    var index = $('.redirect_datepicker').index(this);\n                    var datePickerInput = $('.redirect_datepicker').eq(index);\n\n                    datePickerInput.show();\n                })\n\n                $('.redirect_datepicker').on('change', function () {\n                    var href = $(this).data('redirect-url');\n                    var regex = \/\\d{4}-\\d{2}-\\d{2}#\/;\n                    href = href.replace(regex, $(this).val() + \"#\");\n\n                    window.location.replace(href);\n                });\n            });\n        <\/script>\n        \r\n","protected":false},"excerpt":{"rendered":"<p>The ferry from Ploce to Termoli was operated by the company GSTravel, due to Coronavirus the schedule for 2020 and 2021 was cancelled. As an alternative to this route you can check out other ferries between Croatia and Italy. BTW: Did you know that you can sail with ferry to Trpanj on the Peljesac peninsula [&hellip;]<\/p>\n<p><a class=\"more-link\" href=\"https:\/\/www.ferrycroatia.com\/en\/ploce-termoli\/\"> Continue reading&#8230;<\/a><\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"closed","ping_status":"open","sticky":false,"template":"","format":"standard","meta":[],"categories":[1],"tags":[],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v19.8 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>Ploce to Termoli Italy | Fast ferry timetable and ticket prices<\/title>\n<meta name=\"description\" content=\"Ferry connection from Ploce Croatia to Termoli Italy, timetable and ticket prices for fast ferry catamaran operated by GS Travel\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/www.ferrycroatia.com\/en\/ploce-termoli\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Ploce to Termoli Italy | Fast ferry timetable and ticket prices\" \/>\n<meta property=\"og:description\" content=\"Ferry connection from Ploce Croatia to Termoli Italy, timetable and ticket prices for fast ferry catamaran operated by GS Travel\" \/>\n<meta property=\"og:url\" content=\"https:\/\/www.ferrycroatia.com\/en\/ploce-termoli\/\" \/>\n<meta property=\"og:site_name\" content=\"Ferry Croatia\" \/>\n<meta property=\"article:published_time\" content=\"2020-05-21T06:54:53+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2021-08-16T05:55:57+00:00\" \/>\n<meta name=\"author\" content=\"Morten Smalby\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:creator\" content=\"@Ferryadmin\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Morten Smalby\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"1 minute\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\/\/www.ferrycroatia.com\/en\/ploce-termoli\/\",\"url\":\"https:\/\/www.ferrycroatia.com\/en\/ploce-termoli\/\",\"name\":\"Ploce to Termoli Italy | Fast ferry timetable and ticket prices\",\"isPartOf\":{\"@id\":\"https:\/\/www.ferrycroatia.com\/en\/#website\"},\"datePublished\":\"2020-05-21T06:54:53+00:00\",\"dateModified\":\"2021-08-16T05:55:57+00:00\",\"author\":{\"@id\":\"https:\/\/www.ferrycroatia.com\/en\/#\/schema\/person\/4ba545cc2e4126fb66d58d4f96574bd7\"},\"description\":\"Ferry connection from Ploce Croatia to Termoli Italy, timetable and ticket prices for fast ferry catamaran operated by GS Travel\",\"breadcrumb\":{\"@id\":\"https:\/\/www.ferrycroatia.com\/en\/ploce-termoli\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/www.ferrycroatia.com\/en\/ploce-termoli\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/www.ferrycroatia.com\/en\/ploce-termoli\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/www.ferrycroatia.com\/en\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Ploce to Termoli\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/www.ferrycroatia.com\/en\/#website\",\"url\":\"https:\/\/www.ferrycroatia.com\/en\/\",\"name\":\"Ferry Croatia\",\"description\":\"Info\u2019s and timetables - all catamarans and ferries in Croatia\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/www.ferrycroatia.com\/en\/?s={search_term_string}\"},\"query-input\":\"required name=search_term_string\"}],\"inLanguage\":\"en-US\"},{\"@type\":\"Person\",\"@id\":\"https:\/\/www.ferrycroatia.com\/en\/#\/schema\/person\/4ba545cc2e4126fb66d58d4f96574bd7\",\"name\":\"Morten Smalby\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/www.ferrycroatia.com\/en\/#\/schema\/person\/image\/\",\"url\":\"https:\/\/secure.gravatar.com\/avatar\/46f00d085a2448a54f228a764c9d007a?s=96&d=mm&r=g\",\"contentUrl\":\"https:\/\/secure.gravatar.com\/avatar\/46f00d085a2448a54f228a764c9d007a?s=96&d=mm&r=g\",\"caption\":\"Morten Smalby\"},\"description\":\"I am Morten, I am a Danish Expat who has been living in Croatia since 2004, during the years i have visited most parts of this beautiful country, as well as the neighboring countries. Since 2007 I have been blogging about the places i have visited.\",\"sameAs\":[\"https:\/\/www.croatia-expert.com\/\",\"https:\/\/www.instagram.com\/croatiaexpert\/\",\"https:\/\/www.linkedin.com\/in\/mortensmalby\/\",\"https:\/\/www.pinterest.com\/solitum\/\",\"https:\/\/twitter.com\/Ferryadmin\",\"https:\/\/www.youtube.com\/@MortenSmalby\"],\"url\":\"https:\/\/www.ferrycroatia.com\/en\/author\/ferryadmin\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Ploce to Termoli Italy | Fast ferry timetable and ticket prices","description":"Ferry connection from Ploce Croatia to Termoli Italy, timetable and ticket prices for fast ferry catamaran operated by GS Travel","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/www.ferrycroatia.com\/en\/ploce-termoli\/","og_locale":"en_US","og_type":"article","og_title":"Ploce to Termoli Italy | Fast ferry timetable and ticket prices","og_description":"Ferry connection from Ploce Croatia to Termoli Italy, timetable and ticket prices for fast ferry catamaran operated by GS Travel","og_url":"https:\/\/www.ferrycroatia.com\/en\/ploce-termoli\/","og_site_name":"Ferry Croatia","article_published_time":"2020-05-21T06:54:53+00:00","article_modified_time":"2021-08-16T05:55:57+00:00","author":"Morten Smalby","twitter_card":"summary_large_image","twitter_creator":"@Ferryadmin","twitter_misc":{"Written by":"Morten Smalby","Est. reading time":"1 minute"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/www.ferrycroatia.com\/en\/ploce-termoli\/","url":"https:\/\/www.ferrycroatia.com\/en\/ploce-termoli\/","name":"Ploce to Termoli Italy | Fast ferry timetable and ticket prices","isPartOf":{"@id":"https:\/\/www.ferrycroatia.com\/en\/#website"},"datePublished":"2020-05-21T06:54:53+00:00","dateModified":"2021-08-16T05:55:57+00:00","author":{"@id":"https:\/\/www.ferrycroatia.com\/en\/#\/schema\/person\/4ba545cc2e4126fb66d58d4f96574bd7"},"description":"Ferry connection from Ploce Croatia to Termoli Italy, timetable and ticket prices for fast ferry catamaran operated by GS Travel","breadcrumb":{"@id":"https:\/\/www.ferrycroatia.com\/en\/ploce-termoli\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.ferrycroatia.com\/en\/ploce-termoli\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/www.ferrycroatia.com\/en\/ploce-termoli\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/www.ferrycroatia.com\/en\/"},{"@type":"ListItem","position":2,"name":"Ploce to Termoli"}]},{"@type":"WebSite","@id":"https:\/\/www.ferrycroatia.com\/en\/#website","url":"https:\/\/www.ferrycroatia.com\/en\/","name":"Ferry Croatia","description":"Info\u2019s and timetables - all catamarans and ferries in Croatia","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/www.ferrycroatia.com\/en\/?s={search_term_string}"},"query-input":"required name=search_term_string"}],"inLanguage":"en-US"},{"@type":"Person","@id":"https:\/\/www.ferrycroatia.com\/en\/#\/schema\/person\/4ba545cc2e4126fb66d58d4f96574bd7","name":"Morten Smalby","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.ferrycroatia.com\/en\/#\/schema\/person\/image\/","url":"https:\/\/secure.gravatar.com\/avatar\/46f00d085a2448a54f228a764c9d007a?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/46f00d085a2448a54f228a764c9d007a?s=96&d=mm&r=g","caption":"Morten Smalby"},"description":"I am Morten, I am a Danish Expat who has been living in Croatia since 2004, during the years i have visited most parts of this beautiful country, as well as the neighboring countries. Since 2007 I have been blogging about the places i have visited.","sameAs":["https:\/\/www.croatia-expert.com\/","https:\/\/www.instagram.com\/croatiaexpert\/","https:\/\/www.linkedin.com\/in\/mortensmalby\/","https:\/\/www.pinterest.com\/solitum\/","https:\/\/twitter.com\/Ferryadmin","https:\/\/www.youtube.com\/@MortenSmalby"],"url":"https:\/\/www.ferrycroatia.com\/en\/author\/ferryadmin\/"}]}},"_links":{"self":[{"href":"https:\/\/www.ferrycroatia.com\/en\/wp-json\/wp\/v2\/posts\/3797"}],"collection":[{"href":"https:\/\/www.ferrycroatia.com\/en\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.ferrycroatia.com\/en\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.ferrycroatia.com\/en\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/www.ferrycroatia.com\/en\/wp-json\/wp\/v2\/comments?post=3797"}],"version-history":[{"count":9,"href":"https:\/\/www.ferrycroatia.com\/en\/wp-json\/wp\/v2\/posts\/3797\/revisions"}],"predecessor-version":[{"id":7368,"href":"https:\/\/www.ferrycroatia.com\/en\/wp-json\/wp\/v2\/posts\/3797\/revisions\/7368"}],"wp:attachment":[{"href":"https:\/\/www.ferrycroatia.com\/en\/wp-json\/wp\/v2\/media?parent=3797"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.ferrycroatia.com\/en\/wp-json\/wp\/v2\/categories?post=3797"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.ferrycroatia.com\/en\/wp-json\/wp\/v2\/tags?post=3797"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}