# Livewire in WordPress with Acorn

**URL:** https://discourse.roots.io/t/livewire-in-wordpress-with-acorn/26871
**Category:** acorn
**Tags:** livewire, sage10, acorn
**Created:** 2024-03-18T23:15:35Z
**Posts:** 3

## Post 1 by @Log1x — 2024-03-18T23:15:35Z

I recently added a little guide for using [Livewire](https://livewire.laravel.com/) with Acorn v4 to the docs and wanted to share it here in case anyone might be interested in trying it out.

If anyone has any questions, I can try to help.

> **[Using Livewire with WordPress | Acorn Docs](https://roots.io/acorn/docs/using-livewire-with-wordpress/)**
>
> Use Laravel Livewire Components alongside your WordPress theme or plugin using Acorn.

---

## Post 2 by @indovsky — 2024-04-08T07:09:11Z

Does Livewire Pagination work in the current version of Acorn? For example, can you get posts and wrap them in Livewire pagination? Thank you in advance for your answer

---

## Post 3 by @Log1x — 2024-04-08T07:10:28Z

It doesn’t, but you can check out my tweet (and gist in replies) for an example of doing something from scratch for now.

[https://twitter.com/Log1x/status/1742961219516911989](https://twitter.com/Log1x/status/1742961219516911989)

I hope to add something to [Pagi](https://github.com/log1x/pagi) at some point to possibly support this.
