Is there a way to display the titles and links of all blogs?

Similar to a table of contents for all blogs

Not that I know of. You can use tags (categories) for posts though and then have a page where you list all of those tags.

1 Like

Welcome, @liyoow.

There are two ways you can do this:

  1. There’s an archive page. I haven’t formatted mine, yet, because there’s no way to link to it as navigation. I’m considering adding it to the “signature” block, but we’ll see. Anyway, it’s available as a URI: /archive.
  2. There’s an API from which you can grab all of your posts. They’re paginated within the API, but you can grab them ten at a time. Once you have posts for your blog you can see the API at: https://write.as/api/collections/liyoow/posts (assuming that’s the username you use for Write.as).

Happy blogging!

1 Like

Thank you justin, I’m using MySQL 8.0.39 as database, and it doesn’t seem to be compatible with tags. Maybe in a future version this will be fixed, Thanks again.

Thank you mark. I tried using /archive or /archive/, but it doesn’t seem to work, perhaps because I’m using MySQL 8.0.39. It shows This page is missing. Thanks again.

You’re welcome.

Since you’re mentioning your MySQL version I am now thinking you’re using WriteFreely? If so, this may be a setting for WriteFreely. I’m using Write.as, where this is enabled by default.