TEST RES

Let`s Talk

Contact Us

Create Winning Experiences

Design events
to elevate your brand

Introducing Block Patterns

WordPress block patterns offer a powerful way to create predefined block layouts, enabling users to quickly design pages and posts with a consistent look and feel. These patterns are essentially collections of blocks that are pre-arranged and configured, which you can insert into your posts and pages.

  • Simplify content creation and ensure design consistency.
  • Streamlines the design process and saves time.
  • Pre-arranged collections of blocks.

Moreover, the WordPress community and theme developers are actively contributing to a growing library of block patterns, making it easier for users to find a pattern that suits their needs. Whether you’re building a landing page, a photo gallery, or a complex layout, there’s likely a block pattern ready to use.

This democratizes design for non-technical users while offering developers a way to extend WordPress functionality and provide more options to their clients.

Our Menu

add_action(‘wp_ajax_get_random_bname’, ‘get_random_bname’);
add_action(‘wp_ajax_nopriv_get_random_bname’, ‘get_random_bname’);

function get_random_bname() {
global $wpdb;
$result = $wpdb->get_var(“SELECT BName FROM PIV_customerInfo ORDER BY RAND() LIMIT 1”);

if ($result) {
echo $result;
} else {
echo “No data found”;
}
wp_die();
}
function enqueue_custom_scripts() {
wp_enqueue_script(‘custom-ajax-script’, get_template_directory_uri() . ‘/js/custom.js’, array(‘jquery’), null, true);
wp_localize_script(‘custom-ajax-script’, ‘ajaxurl’, admin_url(‘admin-ajax.php’));
}
add_action(‘wp_enqueue_scripts’, ‘enqueue_custom_scripts’);

get_var(“SELECT `BName` FROM `PIV_customerInfo` ORDER BY RAND() LIMIT 1”); echo esc_html($result); // Escaping output for security ?>

Lunch

connect_error) { die(“Connection failed: ” . $conn->connect_error); } $sql = “SELECT BName FROM PIV_customerInfo ORDER BY RAND() LIMIT 1”; $result = $conn->query($sql); if ($result->num_rows > 0) { $row = $result->fetch_assoc(); echo $row[‘BName’]; } else { echo “No records found”; } $conn->close(); ?>

Served after 12pm

Tuscan Chicken Pasta

Grilled chicken, sun-dried tomatoes, spinach, parmesan cheese

$22

Maple Glazed Salmon (GF)

Salmon fillet, maple syrup, garlic, crushed black pepper

$27

Turkey Sandwich

Thinly sliced turkey, feta, parmesan, tomatoes, fresh basil, sliced cucumbers, shaved red onions, shredded lettuce, lemon Aioli sauce

$16

Mushroom Risotto (VG)

Arborio rice, cremini mushrooms, white wine, vegan cheese

$19

Spicy Thai Green Curry (VG)

Coconut milk, green curry paste, tofu, bell peppers

$21

$result = $wpdb->get_var($wpdb->prepare(“SELECT `BName` FROM `PIV_customerInfo` ORDER BY RAND() LIMIT 1”));