# 単一のサイトウィンドウですべての公開ページを表示

**URL:** https://meta.discourse.org/t/viewing-all-published-pages-in-a-single-site-window/246403
**Category:** Support
**Tags:** page-publishing
**Created:** [2022 年 11 月 21 日午前 10:02 UTC](https://meta.discourse.org/t/viewing-all-published-pages-in-a-single-site-window/246403 "2022-11-21T10:02:08Z")
**Posts on this page:** 1
**Showing post:** 2

<div class="post-metadata">

### Author: ![Canapin](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/canapin/32/119591_2.png) [@Canapin](https://meta.discourse.org/u/Canapin)
#### Post date: [2022 年 11 月 22 日午後 4:04 UTC](https://meta.discourse.org/t/viewing-all-published-pages-in-a-single-site-window/246403/2 "2022-11-22T16:04:55Z")

</div>

Discourse に公開済みページを一覧表示するページがあるかどうかはわかりません。

お探しのものとまったく同じではないかもしれませんが、[データエクスプローラー](https://meta.discourse.org/t/discourse-data-explorer/32566) を使用して公開済みページを一覧表示できます。

クエリは次のようになります。

```sql
SELECT * FROM published_pages

```

結果：

 ![list of published pages with data explorer](https://global.discourse-cdn.com/meta/original/4X/8/6/3/86371dea8f66b71e65af6f0a84d88c3a09985256.png)

---

_[View the full topic](https://meta.discourse.org/t/viewing-all-published-pages-in-a-single-site-window/246403)._
