---
title: "Menu | Whole Hog Cafe North Little Rock | BBQ Restaurant"
description: "Our menu of delicious BBQ meat includes pork, chicken, turkey, and beef. We offer a variety of sides, salads, and soups, along with sauces made in house."
url: "https://www.wholehogcafenlr.com/menu"
date: "2026-06-09T19:33:09+00:00"
language: "en-GB"
---

#  Menu

## Schema

```json
{
    "@context": "https://schema.org",
    "@type": "BreadcrumbList",
    "itemListElement": [
        {
            "@type": "ListItem",
            "position": 1,
            "name": "Home",
            "item": "https://www.wholehogcafenlr.com"
        },
        {
            "@type": "ListItem",
            "position": 2,
            "name": "Menu",
            "item": "https://www.wholehogcafenlr.com/menu"
        }
    ]
}
```

```json
{
    "@context": "https://schema.org",
    "@type": "Article",
    "mainEntityOfPage": {
        "@type": "WebPage",
        "@id": "https://www.wholehogcafenlr.com/menu"
    },
    "headline": "Menu",
    "description": "&nbsp;",
    "image": {
        "@type": "ImageObject",
        "url": "https://www.wholehogcafenlr.com/images/header-bg.jpg"
    },
    "publisher": {
        "@type": "Organization",
        "name": "Whole Hog Cafe North Little Rock",
        "logo": {
            "@type": "ImageObject",
            "url": "https://www.wholehogcafenlr.com/images/WHC-logo-letspicnic.jpg"
        }
    },
    "author": {
        "@type": "Person",
        "name": "Whole Hog Cafe North Little Rock",
        "url": "https://www.wholehogcafenlr.com/menu"
    },
    "datePublished": "2024-06-27T09:50:50-05:00",
    "dateCreated": "2024-06-27T09:50:50-05:00",
    "dateModified": "2026-05-27T15:28:02-05:00"
}
```
