
Hours
Location
At the Mills Marketplace • 25 South Mountain Drive, Lincoln, NH 03251
The Story of Timber
Timber Wood Fired first set down roots in Falmouth, Cape Cod, where our passion for gathering people around wood-fired flavors took shape. What began by the sea has now grown north to the White Mountains, where we’ve brought that same coastal spirit of community and hospitality to Lincoln, New Hampshire, at the Mills Marketplace. Here, our wood-fired oven is at the heart of everything we do. Turning out rustic pizzas, savory starters, and hearty dishes that bring people together. From Cape Cod’s shoreline to the mountains of New Hampshire, Timber Wood Fired is built on the simple belief that great food tastes even better when it’s shared.
Authentic & Flavor-Driven
At Timber Wood Fired Pizza, every pie starts with a flame. Our dough is hand-stretched, topped with the freshest ingredients, and baked to perfection in our wood-fired oven — where high heat meets real hardwood smoke for that crisp, blistered crust and smoky flavor you can’t fake. It’s pizza the way it was meant to be: simple, bold, and unforgettable.
Craft Cocktails
At Timber, the same care that goes into our wood-fired pizzas goes into every drink we pour. Our craft cocktails are built from premium spirits, fresh ingredients, and a spark of creativity — from smoky old fashioneds and citrus-bright margaritas to signature Timber originals. Whether you’re unwinding after a few candlepin frames or toasting with friends by the fire, our bar delivers something worth savoring.
Order Takeout
Craving Timber but can’t stay awhile? Order online and enjoy our wood-fired pizza wherever you are.
Fresh from the oven, fast to your door — it’s the same fire-fresh flavor, just packed to go.
Call to place an order
Latest from our socials!
Order up! 🍕🍕🍕
#TimberPizza #WoodFired #LincolnNH #PizzaTime #NHFoodie
After a day on the slopes, you’ve earned it. 🎿🍔 Grab your favorite Timber meals to-go and enjoy without missing a minute of the mountain
📍Lincoln, NH
Bullseyes & pepperoni pies. 🎯🍕
Wood-fired, perfectly blistered, and ready for your table at Timber.
📍Falmouth
Cheesy, gooey, and everything you dreamed of 🧀✨
#macandcheese #timber #woodfired #capecod #lincolnnh
Stay in the know! Subscribe to our newsletter to receive the latest news and offers.
(function () {
// Adjust this to match your sticky header height (desktop/mobile friendly).
function getOffset() {
// Example: try to read a CSS var you control; fallback to 100px
const v = getComputedStyle(document.documentElement).getPropertyValue(‘–scroll-offset’).trim();
return parseInt(v || ‘100’, 10);
}
function scrollToHash(hash) {
if (!hash) return;
const el = document.querySelector(hash);
if (!el) return false;
const y = el.getBoundingClientRect().top + window.pageYOffset – getOffset();
window.scrollTo({ top: y, behavior: ‘smooth’ });
return true;
}
// When arriving from another page (e.g., https://timberwoodfired.com/#socials)
window.addEventListener(‘load’, function () {
if (location.hash) {
// Retry until the target exists (helps when sections are injected late)
let tries = 0;
(function tryScroll() {
if (scrollToHash(location.hash) || ++tries > 40) return;
requestAnimationFrame(tryScroll); // ~40 frames ≈ <1s total
})();
}
});
// Improve same-page behavior (don’t reload; just scroll with offset)
document.addEventListener('click', function (e) {
const a = e.target.closest('a[href]');
if (!a) return;
const href = a.getAttribute('href');
// Match links like "#socials", "/#socials", or "https://yourdomain/#socials"
const isHashOnly = href.startsWith('#');
const isRootHash = href.startsWith('/#');
const isSameOriginHash =
!isHashOnly && !isRootHash
? href.startsWith(location.origin + '/#')
: false;
if (isHashOnly || isRootHash || isSameOriginHash) {
const url = new URL(a.href, location.origin);
if (url.pathname === location.pathname) {
// Same page: prevent default and smooth scroll with offset
e.preventDefault();
history.pushState(null, '', url.hash);
scrollToHash(url.hash);
}
// If different page, let navigation happen; our load handler will scroll.
}
});
})();
