19 Walks posted, 5 displayed
2026-08-08T10:00:00=Start -.-.-.- Title: A Ram ramble.
dateTtime 2026-08-08T10:00:00
Join the South Cotswold Group for a moderate walk, 6.5 Miles (10.5km)
From the Ram to Limekilns, past The Heavens then Brimscombe, Bourne, Toadsmoor
Woods, tracks, bit of canal path and some climbs, including from valley bottom back up to start where the Ram can provide welcome sustenance
Terrain 2 Hilly and level mix
Coffee stop
The Ram serves food, we may need to pre book
2026-08-10T10:30:00=Start -.-.-.- Title: Around Uley.
dateTtime 2026-08-10T10:30:00
Join the South Cotswold Group for a leisurely walk, 3.3 Miles (5.3km)
A low level walk around Uley with just a couple of gentle inclines.
Terrain 1 - not much climbing
Coffee stop.
2026-08-12T10:00:00=Start -.-.-.- Title: Walking the Plank to Damery.
dateTtime 2026-08-12T10:00:00
Join the South Cotswold Group for a moderate walk, 6 Miles (9.7km)
From Tortworth Farm shop rear car park we head down past the church, crossing over fields past the edge of Daniel's Wood, under the M5, following the Little River Avon through woodland to Damery Lane. More fields leading to a second unusual underpass under the M5 , then following woodland paths until we get to the road. We then walk on quiet country lanes and tracks , alongside railway line and more fields to Avening Green , more meadows and tracks back to the car park. Terrain 2 ,quite a few stiles, a few hills and maybe a few obstacles ! Coffee break only, meet at 9.50am. Food available in Farm Shop Cafe after walk.
2026-08-19T10:00:00=Start -.-.-.- Title: Miserden and Througham .
dateTtime 2026-08-19T10:00:00
Join the South Cotswold Group for a moderate walk, 6 Miles (9.7km)
Sudgrove Farm, Fox and Monsell wood, steep downhill to Througham Slad, up and along to Througham, Honeycombe Farm, up to Miserden. Terrain 2 - Hilly and level mix.
One coffee stop.
2026-08-22T10:00:00=Start -.-.-.- Title: Up and Down.
dateTtime 2026-08-22T10:00:00
Join the South Cotswold Group for a strenuous walk, 13 Miles (20.9km)
Start at Stonehouse into Randwick woods towards Oxlynch, then up to Haresfield beacon. Follow Cotswold way to Edge common and onto Bird in Hand before descending through Randwick woods back to Stonehouse.
Terrain 3 Quite Hilly. Some steep climbs, several stiles
Coffee and lunch stop
{% set dateTtime = m.start_date_time |split(‘T’) %}
{% set datetime = dateTtime|date(“m/d/Y”) %}
{% set foo = “one,two,three”|split(‘,’) %}
{% set foo = “123”|split(”) %}
{# foo contains [‘1’, ‘2’, ‘3’] #}
date-formatted: {{ m.start_date_time | dateformat(“l d.m.Y”) }}
{{ date() | date(“F j, Y”) }}
{{ first_action | date(“F j, Y”) }}
{#Results in: December 13, 2012 #}
{% set now= “01-05-2013” %} {{now}}
{{“now”|date(“Y-m-d\\TH:i:sP”)}}
{{ tempdate | date(“m/d/Y”) }}
{{ tempdate | date(“m/d/Y”) }}
{{m.start_date_time|date(“Y”}}
{{ “now”|date(“m/d/Y”) }}
{{m.start_date_time|date(“m/d/Y”) }}
{{m.start_date_time|date(“s:i;H-m/d/Y”) }}
{{m.start_date_time}}Time title:{{m.title}}
{{m.start_date_time|date(“d/m/Y”) }}
{% set tempdate= m.start_date_time %}